PandA-2024.02
|
#include "ModuleGeneratorManager.hpp"
#include "ModuleGenerator.hpp"
#include "Parameter.hpp"
#include "area_info.hpp"
#include "behavioral_helper.hpp"
#include "call_graph_manager.hpp"
#include "constant_strings.hpp"
#include "fileIO.hpp"
#include "function_behavior.hpp"
#include "hls_device.hpp"
#include "hls_manager.hpp"
#include "language_writer.hpp"
#include "library_manager.hpp"
#include "math_function.hpp"
#include "memory.hpp"
#include "memory_cs.hpp"
#include "op_graph.hpp"
#include "string_manipulation.hpp"
#include "structural_manager.hpp"
#include "structural_objects.hpp"
#include "technology_manager.hpp"
#include "technology_node.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_node.hpp"
#include "tree_reindex.hpp"
#include "config_BOOST_INCLUDE_DIR.hpp"
#include <filesystem>
#include <iosfwd>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
Macros | |
#define | NAMESEPARATOR "_" |
Functions | |
static unsigned long long | resize_to_8_or_greater (unsigned long long value) |
Definition in file ModuleGeneratorManager.cpp.
#define NAMESEPARATOR "_" |
Definition at line 89 of file ModuleGeneratorManager.cpp.
Referenced by ModuleGeneratorManager::get_specialized_name().
|
static |
Definition at line 98 of file ModuleGeneratorManager.cpp.
References max.
Referenced by ModuleGeneratorManager::GenerateHDL(), ModuleGeneratorManager::get_specialized_name(), and ModuleGeneratorManager::specialize_fu().