Skip to content

Commit 08538ff

Browse files
add help message for --read_rr_edge_override
1 parent dc89abd commit 08538ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vpr/src/base/read_options.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,16 +1736,16 @@ argparse::ArgumentParser create_arg_parser(const std::string& prog_name, t_optio
17361736

17371737
file_grp.add_argument(args.read_rr_edge_override_file, "--read_rr_edge_override")
17381738
.help(
1739-
"to be written!")
1739+
"The routing resource edge attributes override file to load.")
17401740
.show_in(argparse::ShowIn::HELP_ONLY);
17411741

17421742
file_grp.add_argument(args.write_rr_graph_file, "--write_rr_graph")
1743-
.help("Writes the routing resource graph to the specified file")
1743+
.help("Writes the routing resource graph to the specified file.")
17441744
.metavar("RR_GRAPH_FILE")
17451745
.show_in(argparse::ShowIn::HELP_ONLY);
17461746

17471747
file_grp.add_argument(args.write_initial_place_file, "--write_initial_place_file")
1748-
.help("Writes out the the placement chosen by the initial placement algorithm to the specified file")
1748+
.help("Writes out the the placement chosen by the initial placement algorithm to the specified file.")
17491749
.metavar("INITIAL_PLACE_FILE")
17501750
.show_in(argparse::ShowIn::HELP_ONLY);
17511751

0 commit comments

Comments
 (0)