Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#4488 from Pinata-Consulting/s…
Browse files Browse the repository at this point in the history
…ta-gui-50-paths-is-enough

Sta gui 50 paths is enough
  • Loading branch information
maliberty authored Jan 4, 2024
2 parents 7f592ce + bd1d4e1 commit 51b02b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/staGuiInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ STAGuiInterface::STAGuiInterface(sta::dbSta* sta)
corner_(nullptr),
use_max_(true),
one_path_per_endpoint_(true),
max_path_count_(1000),
max_path_count_(50),
include_unconstrained_(false),
include_capture_path_(false)
{
Expand Down

0 comments on commit 51b02b4

Please sign in to comment.