PandA-2024.02
|
#include <weighted_clique_register.hpp>
Public Member Functions | |
WeightedCliqueRegisterBindingSpecialization (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 algorithm to be used. More... | |
Definition at line 50 of file weighted_clique_register.hpp.
|
explicit |
Constructor.
. include
HLS/binding/module include HLS/binding/storage_value_insertion includes tree include utility include
Definition at line 71 of file weighted_clique_register.cpp.
|
overridevirtual |
Return the string representation of this.
Implements HLSFlowStepSpecialization.
Definition at line 77 of file weighted_clique_register.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 82 of file weighted_clique_register.cpp.
References clique_covering_algorithm, and STR.
const CliqueCovering_Algorithm WeightedCliqueRegisterBindingSpecialization::clique_covering_algorithm |
The algorithm to be used.
Definition at line 54 of file weighted_clique_register.hpp.
Referenced by GetKindText(), and GetSignature().