Remove debug gds dump

This commit is contained in:
mrg 2021-05-28 13:31:19 -07:00
parent d6d0df97f8
commit 9e8d39f911
1 changed files with 0 additions and 1 deletions

View File

@ -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()