46 #ifndef _MINIMAL_INTERFACE_HPP_ 47 #define _MINIMAL_INTERFACE_HPP_ const HLS_managerRef HLSMgr
information about all the HLS synthesis
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
Base class to model interfaces for high-level synthesis.
const HLSFlowStep_Type hls_flow_step_type
The type of this step.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
DesignFlowStep_Status
The status of a step.
DesignFlowStep_Status InternalExec() override
Execute the step.
~minimal_interface() override
Destructor.
void build_wrapper(structural_objectRef wrappedObj, structural_objectRef interfaceObj, structural_managerRef SM_minimal_interface)
Class generating minimal interfaces.
minimal_interface(const ParameterConstRef Param, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type=HLSFlowStep_Type::MINIMAL_INTERFACE_GENERATION)
Constructor.
CONSTREF_FORWARD_DECL(BehavioralHelper)