mirror of https://github.com/VLSIDA/OpenRAM.git
tech: Make m3_stack the power_grid stack for FreePDK45/scn4m
explicitly stating the power_grid makes people porting a new technology aware of this option. Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
This commit is contained in:
parent
9749c522d1
commit
407bd026ee
|
|
@ -71,6 +71,11 @@ preferred_directions = {"poly": "V",
|
|||
"m2": "V",
|
||||
"m3": "H",
|
||||
"m4": "V"}
|
||||
###################################################
|
||||
# Power grid
|
||||
###################################################
|
||||
# Use M3/M4
|
||||
power_grid = m3_stack
|
||||
|
||||
###################################################
|
||||
# GDS Layer Map
|
||||
|
|
|
|||
|
|
@ -71,6 +71,12 @@ preferred_directions = {"poly": "V",
|
|||
"m3": "H",
|
||||
"m4": "V"}
|
||||
|
||||
###################################################
|
||||
# Power grid
|
||||
###################################################
|
||||
# Use M3/M4
|
||||
power_grid = m3_stack
|
||||
|
||||
###################################################
|
||||
##GDS Layer Map
|
||||
###################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue