51 const DesignFlowManagerConstRef _design_flow_manager,
53 :
HLS_step(_Param, _HLSMgr, _design_flow_manager, _hls_flow_step_type)
63 switch(relationship_type)
const HLS_managerRef HLSMgr
information about all the HLS synthesis
Data structure representing the entire HLS information.
virtual void Initialize()
Initialize the step (i.e., like a constructor, but executed just before exec.
RelationshipType
The relationship type.
Source must be executed to satisfy target.
refcount< functions > functionsRef
refcount definition of the class
function_allocation(const ParameterConstRef Param, const HLS_managerRef HLSMgr, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type)
Constructor.
Base class to allocate functions in high-level synthesis.
#define THROW_UNREACHABLE(str_expr)
helper function used to specify that some points should never be reached
void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec.
Class to allocate function in HLS based on dominators.
Target must be reexecuted.
Datastructure to describe functions allocation in high-level synthesis.
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...
this class is used to manage the command-line or XML options.
refcount< const HLSFlowStepSpecialization > HLSFlowStepSpecializationConstRef
const refcount definition of the class