Skip to content

Commit

Permalink
add padding and default enable MAGIC_DRC_USE_GDS
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 23, 2023
1 parent 0672ca7 commit 0248372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openlane/user_proj_example/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"IO_SYNC": 0,
"BASE_SDC_FILE": "dir::base_user_proj_example.sdc",
"RUN_CVC": 1,
"MAGIC_DRC_USE_GDS": true,
"DPL_CELL_PADDING": 2,
"GPL_CELL_PADDING": 2,
"pdk::sky130*": {
"FP_CORE_UTIL": 45,
"RT_MAX_LAYER": "met4",
Expand Down
1 change: 1 addition & 0 deletions openlane/user_project_wrapper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"vssa2"
],
"SYNTH_USE_PG_PINS_DEFINES": "USE_POWER_PINS",
"MAGIC_DRC_USE_GDS": true,
"pdk::sky130*": {
"RT_MAX_LAYER": "met4",
"DIE_AREA": "0 0 2920 3520",
Expand Down

0 comments on commit 0248372

Please sign in to comment.