PandA-2024.02
|
#include "ReadWrite_m_axiModuleGenerator.hpp"
#include "BambuParameter.hpp"
#include "behavioral_helper.hpp"
#include "call_graph_manager.hpp"
#include "constant_strings.hpp"
#include "function_behavior.hpp"
#include "hls.hpp"
#include "hls_device.hpp"
#include "hls_manager.hpp"
#include "language_writer.hpp"
#include "math_function.hpp"
#include "structural_manager.hpp"
#include "structural_objects.hpp"
Go to the source code of this file.
Macros | |
#define | BURST_TYPE_STR(type) std::string(type == 0 ? "FIXED" : (type == 1 ? "INCREMENTAL" : "UNKNOWN")) |
Definition in file ReadWrite_m_axiModuleGenerator.cpp.
#define BURST_TYPE_STR | ( | type | ) | std::string(type == 0 ? "FIXED" : (type == 1 ? "INCREMENTAL" : "UNKNOWN")) |
Definition at line 62 of file ReadWrite_m_axiModuleGenerator.cpp.
Referenced by ReadWrite_m_axiModuleGenerator::InternalExec().
enum in_port |
Definition at line 64 of file ReadWrite_m_axiModuleGenerator.cpp.
enum out_port |
Definition at line 90 of file ReadWrite_m_axiModuleGenerator.cpp.