PandA-2024.02
|
Data structure containing all the information for HLS. More...
#include "hls_manager.hpp"
#include "BackendFlow.hpp"
#include "Parameter.hpp"
#include "behavioral_helper.hpp"
#include "call_graph_manager.hpp"
#include "ext_tree_node.hpp"
#include "function_behavior.hpp"
#include "hls.hpp"
#include "hls_constraints.hpp"
#include "hls_device.hpp"
#include "memory.hpp"
#include "op_graph.hpp"
#include "polixml.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_reindex.hpp"
#include "utility.hpp"
#include "xml_dom_parser.hpp"
#include "xml_helper.hpp"
#include <pugixml.hpp>
Go to the source code of this file.
Macros | |
#define | MAX_BITWIDTH_SIZE 4096 |
#define | PUGIXML_HEADER_ONLY |
#define | __TO_ENUM_HELPER(r, data, elem) {BOOST_PP_STRINGIZE(elem), data::elem}, |
#define | TO_ENUM(enum_type, elem_list) |
Data structure containing all the information for HLS.
Definition in file hls_manager.cpp.
#define __TO_ENUM_HELPER | ( | r, | |
data, | |||
elem | |||
) | {BOOST_PP_STRINGIZE(elem), data::elem}, |
Definition at line 334 of file hls_manager.cpp.
#define MAX_BITWIDTH_SIZE 4096 |
Definition at line 68 of file hls_manager.cpp.
Referenced by HLS_manager::check_bitwidth().
#define PUGIXML_HEADER_ONLY |
Definition at line 81 of file hls_manager.cpp.
#define TO_ENUM | ( | enum_type, | |
elem_list | |||
) |
Definition at line 335 of file hls_manager.cpp.
Referenced by FunctionArchitecture::to_func_attr(), FunctionArchitecture::to_iface_attr(), and FunctionArchitecture::to_parm_attr().