mirror of https://github.com/VLSIDA/OpenRAM.git
Revert change to horizontal/vertical
This commit is contained in:
parent
717718ed5a
commit
3c7fd924f7
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue