Package | Description |
---|---|
main | |
mapping_strategies |
Modifier and Type | Method and Description |
---|---|
MappingSolution |
MappingStrategyInterface.map(Application app,
NoCarchitecture arch)
Finds the best mapping solution given a certain application and NoC architecture
|
Modifier and Type | Method and Description |
---|---|
double |
MappingEvaluator.evaluate(MappingSolution map)
Evaluates the worst case power loss or SNR
according to a given mapping objective.
|
void |
MappingEvaluator.evaluateLaserPower(MappingSolution map)
Evaluates the average laser power consumption
|
void |
MappingEvaluator.evaluatePowerLoss(MappingSolution map)
Evaluates the worst case power loss
|
void |
MappingEvaluator.evaluateSNR(MappingSolution map)
Evaluates the worst case SNR
|
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) |