47 #ifndef CLASSIC_DATAPATH_HPP 48 #define CLASSIC_DATAPATH_HPP const HLS_managerRef HLSMgr
information about all the HLS synthesis
virtual void add_ports()
Adds the input/output ports of the module.
REF_FORWARD_DECL(structural_object)
Generic class managing datapath creation algorithms.
const unsigned int funId
identifier of the function to be processed (0 means that it is a global step)
DesignFlowStep_Status InternalExec() override
Execute the step.
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.
~classic_datapath() override
Destructor.
void add_clock_reset(structural_objectRef &clock_obj, structural_objectRef &reset_obj)
Adds the clock and reset ports to the structural description of the circuit.
Base object for all the structural objects.
classic_datapath(const ParameterConstRef _parameters, const HLS_managerRef HLSMgr, unsigned int funId, const DesignFlowManagerConstRef design_flow_manager, const HLSFlowStep_Type hls_flow_step_type=HLSFlowStep_Type::CLASSIC_DATAPATH_CREATOR)
Constructor.