mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
change power ring spacing from magic numbers to drc based
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user