more top level routing cleanup

This commit is contained in:
Jacob Walker
2023-03-30 11:30:50 -07:00
parent fef9902c45
commit 7805fcb21e
2 changed files with 3 additions and 7 deletions
@@ -117,6 +117,5 @@ class rom_address_control_array(design):
self.remove_layout_pin("vdd")
for pin in tmp_pins:
print("copying pin")
self.copy_layout_pin(self, "vdd_edge", "vdd")
self.remove_layout_pin("vdd_edge")