Revert change to horizontal/vertical

This commit is contained in:
Matt Guthaus 2016-11-17 13:51:09 -08:00
parent 717718ed5a
commit 3c7fd924f7
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class layout:
def add_wire(self, layers, coordinates, offset=None): def add_wire(self, layers, coordinates, offset=None):
"""Connects a routing path on given layer,coordinates,width. """Connects a routing path on given layer,coordinates,width.
The layers are the (horizontal, via, vertical). """ The layers are the (vertical, via, horizontal). """
import wire import wire
debug.info(3,"add wire " + str(layers) + " " + str(coordinates)) debug.info(3,"add wire " + str(layers) + " " + str(coordinates))
# Wires/paths are created so that the first point is (0,0) # Wires/paths are created so that the first point is (0,0)