44 #ifndef FUNCTION_ALLOCATION_HPP 45 #define FUNCTION_ALLOCATION_HPP 57 std::tuple<HLSFlowStep_Type, HLSFlowStepSpecializationConstRef, HLSFlowStep_Relationship>>
const HLS_managerRef HLSMgr
information about all the HLS synthesis
RelationshipType
The relationship type.
function_allocation(const ParameterConstRef Param, const HLS_managerRef HLSMgr, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type)
Constructor.
const HLSFlowStep_Type hls_flow_step_type
The type of this step.
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.
virtual 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.
~function_allocation() override
Destructor.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
REF_FORWARD_DECL(function_allocation)
Allocation function class.