45 #ifndef _MODULE_INTERFACE_HPP_ 46 #define _MODULE_INTERFACE_HPP_ 60 const std::string& sig_name);
72 const structural_objectRef component2,
const std::string& port2,
const std::string& signal_name);
94 const std::string& constant,
const unsigned long long size);
const HLS_managerRef HLSMgr
information about all the HLS synthesis
module_interface(const ParameterConstRef _parameters, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type)
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.
const HLSFlowStep_Type hls_flow_step_type
The type of this step.
~module_interface() override
Destructor.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
REF_FORWARD_DECL(module_interface)
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.
void AddSignal(const structural_managerRef SM, const structural_objectRef component1, const std::string &port1, const structural_objectRef component2, const std::string &port2, const std::string &signal_name)
Connects two ports by adding a signal.
void AddConstant(const structural_managerRef SM, const structural_objectRef component, const std::string &port, const std::string &constant, const unsigned long long size)
Connects a constant to a port.
void AddConnection(const structural_managerRef SM, const structural_objectRef component1, const std::string &port1, const structural_objectRef component2, const std::string &port2)
Connects two ports by adding a signal.
void add_sign_vector(const structural_managerRef SM, const structural_objectRef sig1, const structural_objectRef sig2, const std::string &sig_name)
Connects two ports by adding a vector signal (i.e., wire)
void add_sign(const structural_managerRef SM, const structural_objectRef sig1, const structural_objectRef sig2, const std::string &sig_name)
Connects two ports by adding a signal (i.e., wire)
Base object for all the structural objects.