const HLS_managerRef HLSMgr
information about all the HLS synthesis
chaining(const ParameterConstRef Param, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type)
Constructor.
RelationshipType
The relationship type.
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
Class specification of the graph structures.
const HLSFlowStep_Type hls_flow_step_type
The type of this step.
redefinition of map to manage ordered/unordered structures
redefinition of set to manage ordered/unordered structures
void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
const CustomUnorderedSet< std::tuple< HLSFlowStep_Type, HLSFlowStepSpecializationConstRef, HLSFlowStep_Relationship > > ComputeHLSRelationships(const DesignFlowStep::RelationshipType relationship_type) const override
Compute the relationship of this step.
Data structures used in operations graph.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
REF_FORWARD_DECL(chaining)
~chaining() override
Destructor.