FABulous.fabric_definition.Wire =============================== .. py:module:: FABulous.fabric_definition.Wire .. autoapi-nested-parse:: Wire class for managing connections between tiles. Classes ------- .. py:class:: Wire() 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. .. attribute:: direction The direction of the wire :type: Direction .. attribute:: source The source name of the wire :type: str .. attribute:: xOffset The X-offset of the wire :type: int .. attribute:: yOffset The Y-offset of the wire :type: int .. attribute:: destination The destination name of the wire :type: str .. attribute:: sourceTile The source tile name of the wire :type: str .. attribute:: destinationTile The destination tile name of the wire :type: str **Methods:**