mirror of https://github.com/VLSIDA/OpenRAM.git
Remove debug gds dump
This commit is contained in:
parent
d6d0df97f8
commit
9e8d39f911
|
|
@ -75,7 +75,6 @@ class supply_tree_router(router):
|
|||
self.add_ring_supply_pin(self.vdd_name)
|
||||
self.add_ring_supply_pin(self.gnd_name)
|
||||
|
||||
self.write_debug_gds("foo.gds", False)
|
||||
# Route the supply pins to the supply rails
|
||||
# Route vdd first since we want it to be shorter
|
||||
start_time = datetime.now()
|
||||
|
|
|
|||
Loading…
Reference in New Issue