PandA-2024.02
|
Functor used to compare which of two resources has to be considered first in the scheduling. 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 performances More... | |
resource_ordering_functor (const AllocationInformationConstRef _all) | |
Constructor. More... | |
~resource_ordering_functor ()=default | |
Destructor. More... | |
Private Attributes | |
const AllocationInformationConstRef | all |
copy of the order: control step associated with the vertices. More... | |
Functor used to compare which of two resources has to be considered first in the scheduling.
Definition at line 137 of file parametric_list_based.cpp.
|
inlineexplicit |
|
default |
Destructor.
|
inline |
functor function used to compare two resources with respect to their performances
a | is the first vertex |
bis | the second vertex |
Definition at line 150 of file parametric_list_based.cpp.
References AllocationInformation::get_area(), AllocationInformation::get_DSPs(), AllocationInformation::get_fu_name(), AllocationInformation::get_worst_execution_time(), AllocationInformation::is_indirect_access_memory_unit(), PROXY_PREFIX, and STR.
|
private |
copy of the order: control step associated with the vertices.
Definition at line 141 of file parametric_list_based.cpp.