mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 11:21:14 +02:00
Revert change to horizontal/vertical
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user