Skip to content

Commit c1b7aa8

Browse files
change the converter for --noc_sat_routing_log_search_progress
1 parent 85c5ba2 commit c1b7aa8

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
@@ -2901,7 +2901,7 @@ argparse::ArgumentParser create_arg_parser(const std::string& prog_name, t_optio
29012901
.default_value("0")
29022902
.show_in(argparse::ShowIn::HELP_ONLY);
29032903

2904-
noc_grp.add_argument<bool>(args.noc_sat_routing_log_search_progress, "--noc_sat_routing_log_search_progress")
2904+
noc_grp.add_argument<bool, ParseOnOff>(args.noc_sat_routing_log_search_progress, "--noc_sat_routing_log_search_progress")
29052905
.help(
29062906
"Print the detailed log of the SAT solver's search progress.")
29072907
.default_value("off")

0 commit comments

Comments
 (0)