Skip to content

Commit ee72491

Browse files
Fix Antenna Violation in Manufacturability (#24)
1 parent b585538 commit ee72491

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"PL_RESIZER_HOLD_SLACK_MARGIN": 0.5,
2424
"GRT_RESIZER_HOLD_SLACK_MARGIN": 0.4,
2525

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+
2630
"//": "RUN_LINTER, LINTER_INCLUDE_PDK_MODELS - Disabling the linter is not recommended!",
2731
"RUN_LINTER": 1,
2832
"LINTER_INCLUDE_PDK_MODELS": 1,
@@ -72,4 +76,4 @@
7276

7377
"//": "Only export pin area in LEF (without any connected nets)",
7478
"MAGIC_WRITE_LEF_PINONLY": 1
75-
}
79+
}

0 commit comments

Comments
 (0)