Fix power ring routing boundary bug.

This commit is contained in:
mrg
2022-03-18 10:32:25 -07:00
parent 7e7670581c
commit 01a73b31e1
10 changed files with 98 additions and 71 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class wordline_driver_array(design.design):
"""
# Experiment with power straps
if OPTS.experimental_power:
if OPTS.tech_name=="sky130" or OPTS.experimental_power:
if layer_props.wordline_driver.vertical_supply:
self.route_vertical_pins("vdd", insts=self.wld_inst)
self.route_vertical_pins("gnd", insts=self.wld_inst)