49 #ifndef _WB4_INTERFACE_HPP_ 50 #define _WB4_INTERFACE_HPP_ 73 std::string signalName);
76 std::string Bsignal,
const std::string& signalName);
const HLS_managerRef HLSMgr
information about all the HLS synthesis
WB4_interface(const ParameterConstRef _parameters, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type=HLSFlowStep_Type::WB4_INTERFACE_GENERATION)
Constructor.
CONSTREF_FORWARD_DECL(BehavioralHelper)
Class generating WB4 interfaces.
void connect_with_signal(structural_managerRef SM, structural_objectRef portA, structural_objectRef portB)
Structure representing the most relevant information about the type of a structural object...
~WB4_interface() override
Destructor.
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
void connect_with_signal_name(structural_managerRef SM, structural_objectRef portA, structural_objectRef portB, std::string signalName)
unsigned int get_addr_bus_bitsize()
const HLSFlowStep_Type hls_flow_step_type
The type of this step.
REF_FORWARD_DECL(structural_type_descriptor)
void build_WB4_bus_interface(structural_managerRef SM)
unsigned long long get_data_bus_bitsize()
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
DesignFlowStep_Status
The status of a step.
Class to generate minimal interfaces for high-level synthesis.
Template definition of refcount.
void build_WB4_complete_logic(structural_managerRef SM, structural_objectRef wrappedObj, structural_objectRef interfaceObj)
DesignFlowStep_Status InternalExec() override
Execute the step.
Class generating minimal interfaces.
Base object for all the structural objects.