Skip to content

Commit ed15840

Browse files
acomodikmurray
authored andcommitted
check_route: move default option to 'full'
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 5ff0622 commit ed15840

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
@@ -1928,7 +1928,7 @@ argparse::ArgumentParser create_arg_parser(std::string prog_name, t_options& arg
19281928
" * off : check route is completely disabled.\n"
19291929
" * quick : runs check route with slow checks disabled.\n"
19301930
" * full : runs the full check route step.\n")
1931-
.default_value("quick")
1931+
.default_value("full")
19321932
.show_in(argparse::ShowIn::HELP_ONLY);
19331933

19341934
route_timing_grp.add_argument(args.router_debug_net, "--router_debug_net")

0 commit comments

Comments
 (0)