PandA-2024.02
|
Information about specialization of parametric list based step. More...
#include <parametric_list_based.hpp>
Public Member Functions | |
ParametricListBasedSpecialization (const ParametricListBased_Metric parametric_list_based_metric) | |
Constructor. More... | |
std::string | GetKindText () const override |
Return the string representation of this. More... | |
std::string | GetSignature () const override |
Return the contribution to the signature of a step given by the specialization. More... | |
Public Member Functions inherited from HLSFlowStepSpecialization | |
HLSFlowStepSpecialization () | |
header include More... | |
virtual | ~HLSFlowStepSpecialization () |
Data Fields | |
const ParametricListBased_Metric | parametric_list_based_metric |
The metric used in list based. More... | |
Information about specialization of parametric list based step.
Definition at line 118 of file parametric_list_based.hpp.
|
explicit |
Constructor.
parametric_list_based_metric | is the metric used in list based |
Definition at line 291 of file parametric_list_based.cpp.
|
overridevirtual |
Return the string representation of this.
Implements HLSFlowStepSpecialization.
Definition at line 297 of file parametric_list_based.cpp.
References DYNAMIC_MOBILITY, parametric_list_based_metric, STATIC_FIXED, STATIC_MOBILITY, and THROW_UNREACHABLE.
Referenced by GetSignature().
|
overridevirtual |
Return the contribution to the signature of a step given by the specialization.
Implements HLSFlowStepSpecialization.
Definition at line 313 of file parametric_list_based.cpp.
References GetKindText().
const ParametricListBased_Metric ParametricListBasedSpecialization::parametric_list_based_metric |
The metric used in list based.
Definition at line 122 of file parametric_list_based.hpp.
Referenced by GetKindText().