40 #ifndef INITIALIZE_HLS_HPP    41 #define INITIALIZE_HLS_HPP void Initialize() override
Initialize the step (i.e., like a constructor, but executed just before exec. 
 
RelationshipType
The relationship type. 
 
InitializeHLS(const ParameterConstRef _parameters, const HLS_managerRef _HLS_mgr, unsigned int _function_id, const DesignFlowManagerConstRef design_flow_manager)
 
DesignFlowStep_Status InternalExec() override
Execute the step. 
 
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager. 
 
DesignFlowStep_Status
The status of a step. 
 
void ComputeRelationships(DesignFlowStepSet &relationship, const DesignFlowStep::RelationshipType relationship_type) final
Compute the relationships of a step with other steps. 
 
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...