Skip to content

Commit cfc4e6d

Browse files
committed
vpr: doubling initial pres fac default
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 98b9370 commit cfc4e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/base/read_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ argparse::ArgumentParser create_arg_parser(std::string prog_name, t_options& arg
18721872

18731873
route_grp.add_argument(args.initial_pres_fac, "--initial_pres_fac")
18741874
.help("Sets the present overuse factor for the second routing iteration")
1875-
.default_value("0.5")
1875+
.default_value("1.0")
18761876
.show_in(argparse::ShowIn::HELP_ONLY);
18771877

18781878
route_grp.add_argument(args.pres_fac_mult, "--pres_fac_mult")

0 commit comments

Comments
 (0)