41 #ifndef PIPELINE_CONTROLLER_HPP 42 #define PIPELINE_CONTROLLER_HPP const HLS_managerRef HLSMgr
information about all the HLS synthesis
pipeline_controller(const ParameterConstRef Param, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type=HLSFlowStep_Type::PIPELINE_CONTROLLER_CREATOR)
Constructor.
DesignFlowStep_Status InternalExec() override
Execute the step.
This class manages the tree structures extracted from the raw file.
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.
REF_FORWARD_DECL(tree_manager)
STD include.
~pipeline_controller() override
Destructor.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
Base class for all the controller creation algorithms.
DesignFlowStep_Status
The status of a step.
Generic class managing controller creation algorithms.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
Class used to describe a particular graph with operations as nodes.
CONSTREF_FORWARD_DECL(OpGraph)