Skip to content

Commit 279fb06

Browse files
committed
debug: the argument should be in lowercase
1 parent 2f5b0c9 commit 279fb06

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
@@ -2443,7 +2443,7 @@ argparse::ArgumentParser create_arg_parser(std::string prog_name, t_options& arg
24432443

24442444
route_grp.add_argument<bool, ParseOnOff>(args.flat_routing, "--flat_routing")
24452445
.help("Enable VPR's flat routing (routing the nets from the source primitive to the destination primitive)")
2446-
.default_value("OFF")
2446+
.default_value("off")
24472447
.show_in(argparse::ShowIn::HELP_ONLY);
24482448

24492449
route_grp.add_argument(args.has_choking_spot, "--has_choking_spot")

0 commit comments

Comments
 (0)