From bc8616720d5ef7d7b69389b84bb7a53c2c2d5112 Mon Sep 17 00:00:00 2001 From: amin1377 Date: Fri, 19 Apr 2024 18:04:24 -0400 Subject: [PATCH] [document] fix a minor issue --- doc/src/vpr/command_line_usage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/vpr/command_line_usage.rst b/doc/src/vpr/command_line_usage.rst index 94cdb0fdb77..6c5e8932d1b 100644 --- a/doc/src/vpr/command_line_usage.rst +++ b/doc/src/vpr/command_line_usage.rst @@ -1299,6 +1299,7 @@ The following options are only valid when the router is in timing-driven mode (t **Default:** ``1.2`` .. option:: --router_profiler_astar_fac + Controls the directedness of the timing-driven router's exploration when doing router delay profiling of an architecture. The router delay profiling step is currently used to calculate the place delay matrix lookup. Values between 1 and 2 are resonable; higher values trade some quality for reduced run-time.