Skip to content

Commit

Permalink
boomtile: speed up global place by skipping routability optimization …
Browse files Browse the repository at this point in the history
…target
  • Loading branch information
oharboe committed Apr 20, 2024
1 parent 26b4494 commit 994bda3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,8 @@ build_openroad(
'SKIP_CTS_REPAIR_TIMING=1'],
'place': ['PLACE_DENSITY=0.27',
'PLACE_PINS_ARGS=-annealing',
'SKIP_REPORT_METRICS=1'],
'SKIP_REPORT_METRICS=1',
'GPL_ROUTABILITY_DRIVEN=0'],
'grt': ['SKIP_INCREMENTAL_REPAIR=1',
'SKIP_REPORT_METRICS=1',
'SKIP_ANTENNA_REPAIR=1'],
Expand Down

0 comments on commit 994bda3

Please sign in to comment.