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:
Bastian Koppelmann 2019-12-23 17:36:57 +01:00
parent 9749c522d1
commit 407bd026ee
2 changed files with 11 additions and 0 deletions

View File

@ -71,6 +71,11 @@ preferred_directions = {"poly": "V",
"m2": "V", "m2": "V",
"m3": "H", "m3": "H",
"m4": "V"} "m4": "V"}
###################################################
# Power grid
###################################################
# Use M3/M4
power_grid = m3_stack
################################################### ###################################################
# GDS Layer Map # GDS Layer Map

View File

@ -71,6 +71,12 @@ preferred_directions = {"poly": "V",
"m3": "H", "m3": "H",
"m4": "V"} "m4": "V"}
###################################################
# Power grid
###################################################
# Use M3/M4
power_grid = m3_stack
################################################### ###################################################
##GDS Layer Map ##GDS Layer Map
################################################### ###################################################