52 #include <boost/graph/incremental_components.hpp> 53 #include <boost/graph/properties.hpp> 54 #include <boost/pending/disjoint_sets.hpp> 55 #include <boost/property_map/property_map.hpp> 58 const DesignFlowManagerConstRef _design_flow_manager,
const HLSFlowStep_Type _hls_flow_step_type)
59 :
HLSFunctionStep(_Param, _HLSMgr, _funId, _design_flow_manager, _hls_flow_step_type)
67 switch(relationship_type)
void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec.
File containing functions and utilities to support the printing of debug messagges.
chaining(const ParameterConstRef Param, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type)
Constructor.
RelationshipType
The relationship type.
Source must be executed to satisfy target.
exceptions managed by PandA
#define THROW_UNREACHABLE(str_expr)
helper function used to specify that some points should never be reached
Target must be reexecuted.
redefinition of set to manage ordered/unordered structures
void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec.
const ParameterConstRef parameters
Set of input parameters.
class supporting the chaining optimization in high level synthesis
const CustomUnorderedSet< std::tuple< HLSFlowStep_Type, HLSFlowStepSpecializationConstRef, HLSFlowStep_Relationship > > ComputeHLSRelationships(const DesignFlowStep::RelationshipType relationship_type) const override
Compute the relationship of this step.
hlsRef HLS
HLS data structure of the function to be analyzed.
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
Data structure definition for high-level synthesis flow.
~chaining() override
Destructor.
ChainingInformationRef chaining_information
Store the refcounted chaining info.