![]() |
PandA-2024.02
|
#include "hls_c_writer.hpp"#include "Parameter.hpp"#include "SimulationInformation.hpp"#include "behavioral_helper.hpp"#include "c_initialization_parser.hpp"#include "call_graph_manager.hpp"#include "custom_map.hpp"#include "custom_set.hpp"#include "dbgPrintHelper.hpp"#include "function_behavior.hpp"#include "hls_manager.hpp"#include "indented_output_stream.hpp"#include "instruction_writer.hpp"#include "math_function.hpp"#include "memory.hpp"#include "memory_initialization_c_writer.hpp"#include "string_manipulation.hpp"#include "structural_objects.hpp"#include "technology_node.hpp"#include "testbench_generation.hpp"#include "testbench_generation_constants.hpp"#include "tree_helper.hpp"#include "tree_manager.hpp"#include "tree_node.hpp"#include "tree_reindex.hpp"#include "var_pp_functor.hpp"#include <boost/algorithm/string/trim_all.hpp>#include <regex>#include <list>#include <string>#include <vector>
Go to the source code of this file.
Macros | |
| #define | WRAPPER_GROUP_WTYPE 2 |
Functions | |
| REF_FORWARD_DECL (memory_symbol) | |
| static const std::regex | wrapper_def ("(ac_channel|stream|hls::stream)<(.*)>") |
Definition in file hls_c_writer.cpp.
| #define WRAPPER_GROUP_WTYPE 2 |
Definition at line 81 of file hls_c_writer.cpp.
| REF_FORWARD_DECL | ( | memory_symbol | ) |
|
static |
1.8.13