Add some vertical/horizontal pins for sky130 only

This commit is contained in:
mrg
2022-03-16 07:58:29 -07:00
parent 8979612cca
commit 7e7670581c
4 changed files with 59 additions and 48 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ class precharge_array(design.design):
self.copy_layout_pin(inst, "br", "br_{0}".format(i))
def route_supplies(self):
if OPTS.experimental_power:
if OPTS.tech_name=="sky130" or OPTS.experimental_power:
self.route_horizontal_pins("vdd")
else:
for inst in self.local_insts: