![]() |
PandA-2024.02
|
#include <cdfc_module_binding.hpp>


Public Member Functions | |
| CDFCModuleBindingSpecialization (const CliqueCovering_Algorithm clique_covering_algorithm) | |
| 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 CliqueCovering_Algorithm | clique_covering_algorithm |
| The cdfc module binding algorithm. More... | |
Definition at line 74 of file cdfc_module_binding.hpp.
|
explicit |
Constructor.
| cdfc_module_binding_algorithm | is the algorithm to be used |
Definition at line 204 of file cdfc_module_binding.cpp.
|
overridevirtual |
Return the string representation of this.
Implements HLSFlowStepSpecialization.
Definition at line 210 of file cdfc_module_binding.cpp.
References clique_covering_algorithm, and CliqueCovering_AlgorithmToString().

|
overridevirtual |
Return the contribution to the signature of a step given by the specialization.
Implements HLSFlowStepSpecialization.
Definition at line 215 of file cdfc_module_binding.cpp.
References clique_covering_algorithm, and STR.
| const CliqueCovering_Algorithm CDFCModuleBindingSpecialization::clique_covering_algorithm |
The cdfc module binding algorithm.
Definition at line 78 of file cdfc_module_binding.hpp.
Referenced by GetKindText(), and GetSignature().
1.8.13