Skip to content

Commit

Permalink
adding more iterations to everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 17, 2023
1 parent e7ae7cf commit 88427ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openlane/soc/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"MAX_TRANSITION_CONSTRAINT": 1.0,
"MAX_FANOUT_CONSTRAINT": 16,
"PL_TARGET_DENSITY": 0.55,
"GRT_OVERFLOW_ITERS": 500,
"PL_RESIZER_SETUP_SLACK_MARGIN": 0.4,
"GLB_RESIZER_SETUP_SLACK_MARGIN": 0.2,
"GLB_RESIZER_HOLD_SLACK_MARGIN": 0.2,
Expand All @@ -89,8 +90,8 @@
"RUN_HEURISTIC_DIODE_INSERTION": 1,
"HEURISTIC_ANTENNA_THRESHOLD": 110,
"GRT_REPAIR_ANTENNAS": 1,
"GRT_MAX_DIODE_INS_ITERS": 100,
"GRT_ANT_ITERS": 100,
"GRT_MAX_DIODE_INS_ITERS": 500,
"GRT_ANT_ITERS": 500,
"VDD_NETS": [
"vccd1"
],
Expand Down

0 comments on commit 88427ec

Please sign in to comment.