Skip to main content

Module fabric

Module fabric 

Source
Expand description

Models of fabric interconnects.

For simplicity, fabrics are assumed to be rectangular (N columns x M rows) collections of nodes with each node allocated P ingress/egress port IDs. However, if the user limits the number of ports per node then not all ingress/egress ports will be populated.

Modules§

functional
A functional implementation of a fabric with very basic timing.
node
A functional implementation of a fabric with very basic timing.
routed
A functional implementation of a fabric with very basic timing.

Structs§

FabricConfig
Configuration structure for a fabric

Traits§

Fabric