Skip to main content

Module functional

Module functional 

Source
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

where:

  • N = num_ports

Structs§

FunctionalFabric