39 #ifndef CONTROLLER_CS_H 40 #define CONTROLLER_CS_H 66 #endif // CONTROLLER_CS_H const HLS_managerRef HLSMgr
information about all the HLS synthesis
controller_cs(const ParameterConstRef Param, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type)
Constructor.
void add_selector_register_file_port(structural_objectRef circuit, structural_managerRef SM)
void add_common_ports(structural_objectRef circuit, structural_managerRef SM) override
This member function adds the standard ports (clock, reset, done and command ones) to a circuit...
Header class for the creation of the classical FSM controller.
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
const HLSFlowStep_Type hls_flow_step_type
The type of this step.
~controller_cs() override
Destructor.
void add_correct_transition_memory(const std::string &state_representation, structural_managerRef SM) override
Set the correct NP functionality.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...