44 #ifndef FU_BINDING_CREATOR_HPP 45 #define FU_BINDING_CREATOR_HPP const HLS_managerRef HLSMgr
information about all the HLS synthesis
REF_FORWARD_DECL(fu_binding_creator)
superclass include
fu_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.
RelationshipType
The relationship type.
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
const CustomUnorderedSet< std::tuple< HLSFlowStep_Type, HLSFlowStepSpecializationConstRef, HLSFlowStep_Relationship > > ComputeHLSRelationships(const DesignFlowStep::RelationshipType relationship_type) const override
Compute the relationship of this step.
void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec.
const HLSFlowStep_Type hls_flow_step_type
The type of this step.
~fu_binding_creator() override
Destructor.
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...
refcount< const HLSFlowStepSpecialization > HLSFlowStepSpecializationConstRef
const refcount definition of the class
Generic class managing module binding algorithms.
const HLSFlowStepSpecializationConstRef hls_flow_step_specialization
The information about specialization.