change power ring spacing from magic numbers to drc based

This commit is contained in:
Jesse Cirimelli-Low
2026-05-07 14:18:58 -07:00
parent e7829cf641
commit c3987f2537
4 changed files with 24 additions and 5 deletions
@@ -252,6 +252,7 @@ power_ring_top = True
power_ring_bottom = True
power_ring_left = True
power_ring_right = True
connect_ring_top = ['vdd','gnd']
connect_ring_bottom = ['vdd','gnd']
connect_ring_left = []
@@ -276,6 +276,12 @@ layer_properties.global_wordline_layer = "m5"
###################################################
# Power grid
###################################################
power_ring_top = True
power_ring_bottom = True
power_ring_left = True
power_ring_right = True
connect_ring_top = ['vdd','gnd']
connect_ring_bottom = ['vdd','gnd']
connect_ring_left = []