40 #ifndef HLS_SYNTHESIS_FLOW_HPP 41 #define HLS_SYNTHESIS_FLOW_HPP const HLS_managerRef HLSMgr
information about all the HLS synthesis
const CustomUnorderedSet< std::tuple< HLSFlowStep_Type, HLSFlowStepSpecializationConstRef, HLSFlowStep_Relationship > > ComputeHLSRelationships(const DesignFlowStep::RelationshipType relationship_type) const override
Return the set of analyses in relationship with this design step.
RelationshipType
The relationship type.
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
DesignFlowStep_Status InternalExec() override
Execute the step.
~HLSSynthesisFlow() override
Destructor.
HLSSynthesisFlow(const ParameterConstRef _parameters, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager)
Constructor.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
DesignFlowStep_Status
The status of a step.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...