44 #ifndef _REG_BINDING_CREATOR_HPP_ 45 #define _REG_BINDING_CREATOR_HPP_ DesignFlowStep_Status InternalExec() final
Execute the step.
const HLS_managerRef HLSMgr
information about all the HLS synthesis
RelationshipType
The relationship type.
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.
virtual DesignFlowStep_Status RegisterBinding()=0
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
Generic class managing the different register allocation algorithms.
DesignFlowStep_Status
The status of a step.
reg_binding_creator(const ParameterConstRef Param, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type, const HLSFlowStepSpecializationConstRef hls_flow_step_specialization=HLSFlowStepSpecializationConstRef())
Constructor.
unsigned int register_lower_bound
lower bound
Template definition of refcount.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
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.
refcount< const HLSFlowStepSpecialization > HLSFlowStepSpecializationConstRef
const refcount definition of the class
REF_FORWARD_DECL(reg_binding_creator)
const HLSFlowStepSpecializationConstRef hls_flow_step_specialization
The information about specialization.