Package | Description |
---|---|
main | |
routing | |
topologies |
Modifier and Type | Method and Description |
---|---|
Topology |
NoCarchitecture.getTopology() |
Modifier and Type | Method and Description |
---|---|
int |
Routing.calcInputPort(Topology top,
int src,
int dst)
Calculates the input port used by a message to reach
the current hop along the path between a source and
a destination.
|
abstract int |
Routing.calcOutputPort(Topology top,
int src,
int dst)
Evaluates the output port ID required to reach the next hop.
|
Modifier and Type | Method and Description |
---|---|
int |
XYTorusUnfoldedOptimized.calcInputPort(Topology top,
int src,
int dst) |
int |
XYTorusFolded.calcInputPort(Topology top,
int src,
int dst) |
int |
XYTorusUnfoldedOptimized.calcOutputPort(Topology topology,
int src_tile,
int dst_tile) |
int |
XYTorusUnfolded.calcOutputPort(Topology topology,
int src_tile,
int dst_tile) |
int |
XYTorusFolded.calcOutputPort(Topology top,
int src,
int dst) |
int |
XYMesh.calcOutputPort(Topology topology,
int src_tile,
int dst_tile) |
Modifier and Type | Class and Description |
---|---|
class |
Mesh
Provides the mesh topology.
|
class |
TorusFolded
Provides the folded torus topology.
|
class |
TorusUnfolded
Provides the unfolded torus topology.
|
class |
TorusUnfoldedOptimized
Provides the unfolded optimized torus topology presented in the
following paper:
K.
|