mirror of https://github.com/VLSIDA/OpenRAM.git
Remove debug statements.
This commit is contained in:
parent
fa272be3bd
commit
c4163d3401
|
|
@ -127,7 +127,6 @@ class pin_group:
|
||||||
ymax = max(plc.y,elc.y)
|
ymax = max(plc.y,elc.y)
|
||||||
ll = vector(plc.x, ymin)
|
ll = vector(plc.x, ymin)
|
||||||
ur = vector(prc.x, ymax)
|
ur = vector(prc.x, ymax)
|
||||||
print(pin,enclosure,ll,ur)
|
|
||||||
p = pin_layout(pin.name, [ll, ur], pin.layer)
|
p = pin_layout(pin.name, [ll, ur], pin.layer)
|
||||||
elif pin.yoverlaps(enclosure):
|
elif pin.yoverlaps(enclosure):
|
||||||
# Is it horizontal overlap, extend pin shape to enclosure
|
# Is it horizontal overlap, extend pin shape to enclosure
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ class supply_router(router):
|
||||||
|
|
||||||
# Get the pin shapes
|
# Get the pin shapes
|
||||||
self.find_pins_and_blockages([self.vdd_name, self.gnd_name])
|
self.find_pins_and_blockages([self.vdd_name, self.gnd_name])
|
||||||
self.write_debug_gds("pin_enclosures.gds",stop_program=True)
|
#self.write_debug_gds("pin_enclosures.gds",stop_program=True)
|
||||||
|
|
||||||
# Add the supply rails in a mesh network and connect H/V with vias
|
# Add the supply rails in a mesh network and connect H/V with vias
|
||||||
# Block everything
|
# Block everything
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue