Skip to content

Commit c145633

Browse files
committed
[document] minor edit
1 parent 759d350 commit c145633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ The following options are only valid when the router is in timing-driven mode (t
12991299
**Default:** ``1.2``
13001300

13011301
.. option:: --router_profiler_astar_fac <float>
1302-
Controls the directedness of the timing-driven router's exploration when doing router delay profiling.
1302+
Controls the directedness of the timing-driven router's exploration when doing router delay profiling of an architecture.
13031303
The router delay profiling step is currently used to calculate the place delay matrix lookup.
13041304
Values between 1 and 2 are resonable; higher values trade some quality for reduced run-time.
13051305

vpr/src/base/read_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2479,7 +2479,7 @@ argparse::ArgumentParser create_arg_parser(const std::string& prog_name, t_optio
24792479
route_timing_grp.add_argument(args.router_profiler_astar_fac, "--router_profiler_astar_fac")
24802480
.help(
24812481
"Controls the directedness of the timing-driven router's exploration"
2482-
" when doing router delay profiling."
2482+
" when doing router delay profiling of an architecture."
24832483
" The router delay profiling step is currently used to calculate the place delay matrix lookup."
24842484
" Values between 1 and 2 are resonable; higher values trade some quality for reduced run-time")
24852485
.default_value("1.2")

0 commit comments

Comments
 (0)