51 const DesignFlowManagerConstRef _design_flow_manager)
63 switch(relationship_type)
74 if(
parameters->getOption<
bool>(OPT_generate_taste_architecture))
76 ret.insert(std::make_tuple(HLSFlowStep_Type::GENERATE_TASTE_HDL_ARCHITECTURE,
79 ret.insert(std::make_tuple(HLSFlowStep_Type::GENERATE_TASTE_SYNTHESIS_SCRIPT,
85 if(
parameters->isOption(OPT_top_functions_names) and
86 parameters->getOption<std::list<std::string>>(OPT_top_functions_names).size() == 1)
102 if(
parameters->getOption<
int>(OPT_evaluation))
107 if(
parameters->getOption<
bool>(OPT_generate_testbench))
File containing functions and utilities to support the printing of debug messagges.
const int output_level
The output level.
~ClassicalHLSSynthesisFlow() override
Destructor.
RelationshipType
The relationship type.
Source must be executed to satisfy target.
#define THROW_UNREACHABLE(str_expr)
helper function used to specify that some points should never be reached
bool composed
True if this step represents a composition of design flow steps (e.g., a flow); must be set by specia...
Classical synthesis flow.
Target must be reexecuted.
DesignFlowStep_Status Exec() override
Execute the step.
const ParameterConstRef parameters
Set of input parameters.
DesignFlowStep_Status
The status of a step.
ClassicalHLSSynthesisFlow(const ParameterConstRef _parameters, const HLS_managerRef HLSMgr, const DesignFlowManagerConstRef design_flow_manager)
Constructor.
bool HasToBeExecuted() const override
Check if this step has actually to be executed.
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.
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.
#define OUTPUT_LEVEL_VERBOSE
verbose debugging print is performed.
refcount< const HLSFlowStepSpecialization > HLSFlowStepSpecializationConstRef
const refcount definition of the class