40 #ifndef TASTE_INTERFACE_GENERATION_HPP 41 #define TASTE_INTERFACE_GENERATION_HPP void ComputeRelationships(DesignFlowStepSet &relationship, const DesignFlowStep::RelationshipType relationship_type) override
Compute the relationships of a step with other steps.
const HLS_managerRef HLSMgr
information about all the HLS synthesis
TasteInterfaceGeneration(const ParameterConstRef Param, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager)
Constructor.
RelationshipType
The relationship type.
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
This class manages the circuit structures.
Base class to model interfaces for high-level synthesis.
~TasteInterfaceGeneration() override
Destructor.
bool HasToBeExecuted() const override
Check if this step has actually to be executed.
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.
Template definition of refcount.
REF_FORWARD_DECL(structural_manager)
Superclass include.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
DesignFlowStep_Status InternalExec() override
Execute the step.
Class generating taste interfaces.