40 #ifndef TOP_ENTITY_CS_H 41 #define TOP_ENTITY_CS_H 81 #endif // TOP_ENTITY_CS_H const HLS_managerRef HLSMgr
information about all the HLS synthesis
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
Base class for the top entity creation.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
void add_context_switch_port_kernel()
void add_context_switch_port()
DesignFlowStep_Status
The status of a step.
DesignFlowStep_Status InternalExec() override
Add selector and suspension.
void add_input_register(structural_objectRef port_in, const std::string &port_prefix, structural_objectRef circuit, structural_objectRef clock_port, structural_objectRef reset_port, structural_objectRef e_port) override
Add the register file to store input parameters.
top_entity_cs(const ParameterConstRef _parameters, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type _hls_flow_step_type=HLSFlowStep_Type::TOP_ENTITY_CS_CREATION)
~top_entity_cs() override
Destructor.