mirror of https://github.com/VLSIDA/OpenRAM.git
Horizontal increments top down.
This commit is contained in:
parent
18fbf30b46
commit
fd5cd675ac
|
|
@ -862,7 +862,7 @@ class layout(lef.lef):
|
||||||
offset += vector(pitch,0)
|
offset += vector(pitch,0)
|
||||||
else:
|
else:
|
||||||
self.add_horizontal_trunk_route(pin_list, offset, layer_stack, pitch)
|
self.add_horizontal_trunk_route(pin_list, offset, layer_stack, pitch)
|
||||||
offset += vector(0,pitch)
|
offset -= vector(0,pitch)
|
||||||
|
|
||||||
|
|
||||||
def create_vertical_channel_route(self, netlist, pins, offset,
|
def create_vertical_channel_route(self, netlist, pins, offset,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue