We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b585538 commit ee72491Copy full SHA for ee72491
1 file changed
src/config.json
@@ -23,6 +23,10 @@
23
"PL_RESIZER_HOLD_SLACK_MARGIN": 0.5,
24
"GRT_RESIZER_HOLD_SLACK_MARGIN": 0.4,
25
26
+ "//": "Enable antenna diode insertion for fixing antenna ratio violations",
27
+ "DIODE_INSERTION_STRATEGY": 4,
28
+ "ANTENNA_DIODE_CELL": "sky130_fd_sc_hd__diode_2",
29
+
30
"//": "RUN_LINTER, LINTER_INCLUDE_PDK_MODELS - Disabling the linter is not recommended!",
31
"RUN_LINTER": 1,
32
"LINTER_INCLUDE_PDK_MODELS": 1,
@@ -72,4 +76,4 @@
72
76
73
77
"//": "Only export pin area in LEF (without any connected nets)",
74
78
"MAGIC_WRITE_LEF_PINONLY": 1
75
-}
79
+}
0 commit comments