PandA-2024.02
|
Functor used to compare which of two resources has to be considered first during the binding. More...
Public Member Functions | |
bool | operator() (const unsigned int &a, const unsigned int &b) const |
functor function used to compare two resources with respect to their area More... | |
cdfc_resource_ordering_functor (const AllocationInformationConstRef _allocation_soluton) | |
Constructor. More... | |
~cdfc_resource_ordering_functor ()=default | |
Destructor. More... | |
Private Attributes | |
const AllocationInformationConstRef | allocation_information |
copy of the order: control step associated with the vertices. More... | |
Functor used to compare which of two resources has to be considered first during the binding.
Definition at line 158 of file cdfc_module_binding.cpp.
|
inlineexplicit |
|
default |
Destructor.
|
inline |
functor function used to compare two resources with respect to their area
a | is the first vertex |
bis | the second vertex |
Definition at line 171 of file cdfc_module_binding.cpp.
References AllocationInformation::get_area(), AllocationInformation::get_DSPs(), AllocationInformation::is_direct_access_memory_unit(), and AllocationInformation::is_indirect_access_memory_unit().
|
private |
copy of the order: control step associated with the vertices.
Definition at line 162 of file cdfc_module_binding.cpp.