Expand description
A functional implementation of a fabric with very basic timing.
Assumes that all traffic will move a Manhattan distance through the fabric to get from ingress to egress.
The fabric is assumed to be rectangular with a configurable num_rows and
num_columns. The grid has a configurable number of ports at each node
within the fabric grid.
§Ports
Each point in the fabric grid has a configurable numbe
- N input ports:
rx[row][column][0, N-1] - N output ports:
tx[row][column][0, N-1]
where:
- N = num_ports