48 #ifndef _CONN_BINDING_CREATOR_HPP_ 49 #define _CONN_BINDING_CREATOR_HPP_ Generic class managing interconnection binding algorithms.
const HLS_managerRef HLSMgr
information about all the HLS synthesis
conn_binding_creator(const ParameterConstRef Param, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type)
Constructor.
const CustomUnorderedSet< std::tuple< HLSFlowStep_Type, HLSFlowStepSpecializationConstRef, HLSFlowStep_Relationship > > ComputeHLSRelationships(const DesignFlowStep::RelationshipType relationship_type) const override
Compute the relationship of this step.
RelationshipType
The relationship type.
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
const HLSFlowStep_Type hls_flow_step_type
The type of this step.
REF_FORWARD_DECL(conn_binding_creator)
redefinition of map to manage ordered/unordered structures
std::map< unsigned int, generic_objRef > input_ports
map between input port variable and generic object
Generic class managing all resources into datapath.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
std::map< unsigned int, generic_objRef > output_ports
map between output port variable and generic object
~conn_binding_creator() override
Destructor.
void add_parameter_ports()
Add ports representing parameter values.