Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
fix: restrict decap/fill cells to solve poly density issue
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 6, 2024
1 parent 7a2cd7d commit 05c0e81
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,9 @@

"FP_PDN_VPITCH": 38.87,

"//": "Use alternative efabless decap cells to solve LI density issue",
"DECAP_CELL": [
"sky130_fd_sc_hd__decap_3",
"sky130_fd_sc_hd__decap_4",
"sky130_fd_sc_hd__decap_6",
"sky130_fd_sc_hd__decap_8",
"sky130_ef_sc_hd__decap_12"
],
"//": "Use specific decap and fill cells to solve LI/POLY density issues",
"DECAP_CELL": ["sky130_fd_sc_hd__decap_3"],
"FILL_CELL": ["sky130_fd_sc_hd__fill_2", "sky130_fd_sc_hd__fill_1"],

"//": "Clock",
"RUN_CTS": 1,
Expand Down

0 comments on commit 05c0e81

Please sign in to comment.