You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/vpr/command_line_usage.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -983,7 +983,7 @@ The following options are only valid when the placement engine is in timing-driv
983
983
984
984
Controls how the timing-driven placer estimates delays.
985
985
986
-
* ``simple`` The placement delay estimator is built from the router lookahead. This is more CPU-efficient and still as accurate as the ``delta` model.
986
+
* ``simple`` The placement delay estimator is built from the router lookahead. This takes less CPU time to build and it and still as accurate as the ``delta` model.
987
987
* ``delta`` The router is used to profile delay from various locations in the grid for various differences in position.
988
988
* ``delta_override`` Like ``delta`` but also includes special overrides to ensure effects of direct connects between blocks are accounted for.
989
989
This is potentially more accurate but is more complex and depending on the architecture (e.g. number of direct connects) may increase place run-time.
0 commit comments