40 #ifndef GENERATE_SYNTHESIS_SCRIPTS_HPP 41 #define GENERATE_SYNTHESIS_SCRIPTS_HPP const HLS_managerRef HLSMgr
information about all the HLS synthesis
RelationshipType
The relationship type.
~GenerateSynthesisScripts() override
Destructor.
DesignFlowStep_Status Exec() override
Execute the step.
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.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
DesignFlowStep_Status
The status of a step.
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...
GenerateSynthesisScripts(const ParameterConstRef _parameters, const HLS_managerRef HLSMgr, const DesignFlowManagerConstRef design_flow_manager)
Constructor.