Skip to content

Commit db51ba3

Browse files
authored
fix: remove "RT_MAX_LAYER" from config.json
It's already configured by tt-support-tool according to the current PDK. Removing it from the per-project config.json makes projects more portable between different tech nodes.
1 parent 49913ab commit db51ba3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@
6363
"//": "Clock",
6464
"RUN_CTS": 1,
6565

66-
"//": "Don't use power rings or met5 layer",
66+
"//": "Don't generate power rings",
6767
"FP_PDN_MULTILAYER": 0,
68-
"RT_MAX_LAYER": "met4",
6968

7069
"//": "MAGIC_DEF_LABELS may cause issues with LVS",
7170
"MAGIC_DEF_LABELS": 0,

0 commit comments

Comments
 (0)