Skip to content

Commit

Permalink
disable klayout stream out
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 18, 2023
1 parent e39b944 commit c3a5be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openlane/user_proj_example/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"PL_RESIZER_HOLD_SLACK_MARGIN": 0.4,
"MAGIC_DEF_LABELS": 0,
"SYNTH_BUFFERING": 0,
"MAGIC_DRC_USE_GDS": 0,
"RUN_HEURISTIC_DIODE_INSERTION": 1,
"HEURISTIC_ANTENNA_THRESHOLD": 110,
"GRT_REPAIR_ANTENNAS": 1,
Expand Down Expand Up @@ -52,6 +53,7 @@
"CLOCK_PERIOD": 10
}
},
"RUN_KLAYOUT_STREAMOUT": 0,
"pdk::gf180mcuC": {
"STD_CELL_LIBRARY": "gf180mcu_fd_sc_mcu7t5v0",
"CLOCK_PERIOD": 24.0,
Expand All @@ -60,4 +62,4 @@
"SYNTH_MAX_FANOUT": 4,
"PL_TARGET_DENSITY": 0.45
}
}
}
1 change: 1 addition & 0 deletions openlane/user_project_wrapper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"CLOCK_PERIOD": 10
}
},
"RUN_KLAYOUT_STREAMOUT": 0,
"pdk::gf180mcuC": {
"STD_CELL_LIBRARY": "gf180mcu_fd_sc_mcu7t5v0",
"FP_PDN_CHECK_NODES": 0,
Expand Down

0 comments on commit c3a5be7

Please sign in to comment.