Skip to content

Commit

Permalink
Merge branch 'master' into temp_net_cost_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilshahrouz authored Sep 22, 2024
2 parents 9e97e35 + f92efd7 commit 5576193
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 42 deletions.
7 changes: 4 additions & 3 deletions doc/src/vpr/command_line_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -979,15 +979,16 @@ The following options are only valid when the placement engine is in timing-driv

**Default:** ``8.0``

.. option:: --place_delay_model {delta, delta_override}
.. option:: --place_delay_model {simple, delta, delta_override}

Controls how the timing-driven placer estimates delays.

* ``delta`` The router is used to profile delay from various locations in the grid for various differences in position
* ``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.
* ``delta`` The router is used to profile delay from various locations in the grid for various differences in position.
* ``delta_override`` Like ``delta`` but also includes special overrides to ensure effects of direct connects between blocks are accounted for.
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.

**Default:** ``delta``
**Default:** ``simple``

.. option:: --place_delay_model_reducer {min, max, median, arithmean, geomean}

Expand Down
Loading

0 comments on commit 5576193

Please sign in to comment.