FABulous.fabric_definition.Wire
Wire class for managing connections between tiles.
Classes
-
class Wire[source]
Store wire connections that span across multiple tiles.
If working on connections between two adjacent tiles,
the Port class should have all the required information.
The main use of this class is to assist model generation,
where information at individual wire level is needed.
-
direction[source]
The direction of the wire
- Type:
Direction
-
source[source]
The source name of the wire
- Type:
str
-
xOffset[source]
The X-offset of the wire
- Type:
int
-
yOffset[source]
The Y-offset of the wire
- Type:
int
-
destination[source]
The destination name of the wire
- Type:
str
-
sourceTile[source]
The source tile name of the wire
- Type:
str
-
destinationTile[source]
The destination tile name of the wire
- Type:
str
Methods: