Package | Description |
---|---|
main | |
mapping_strategies |
Modifier and Type | Method and Description |
---|---|
Tile |
MappingSolution.getTileFromCore(int coreID,
NoCarchitecture arch)
Returns the tile where a certain core is mapped on
|
MappingSolution |
MappingStrategyInterface.map(Application app,
NoCarchitecture arch)
Finds the best mapping solution given a certain application and NoC architecture
|
void |
MappingSolution.setMappingMatrix(int[][] mapping_matrix,
Application app,
NoCarchitecture arch)
Sets the mapping matrix.
|
Constructor and Description |
---|
MappingEvaluator(NoCarchitecture arch,
Application app)
Constructs a MappingEvaluator object.
|
Modifier and Type | Method and Description |
---|---|
MappingSolution |
RandomMapping.map(Application app,
NoCarchitecture arch) |
MappingSolution |
ListMapping.map(Application app,
NoCarchitecture arch) |
MappingSolution |
GeneticMapping.map(Application app,
NoCarchitecture arch) |