From 3c7fd924f77414c4954d2ade2aa302c2337d57d4 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 17 Nov 2016 13:51:09 -0800 Subject: [PATCH] Revert change to horizontal/vertical --- compiler/hierarchy_layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/hierarchy_layout.py b/compiler/hierarchy_layout.py index a342b602..506911e0 100644 --- a/compiler/hierarchy_layout.py +++ b/compiler/hierarchy_layout.py @@ -175,7 +175,7 @@ class layout: def add_wire(self, layers, coordinates, offset=None): """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 debug.info(3,"add wire " + str(layers) + " " + str(coordinates)) # Wires/paths are created so that the first point is (0,0)