We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae2aa0 commit 488f65fCopy full SHA for 488f65f
doc/src/vpr/command_line_usage.rst
@@ -223,6 +223,11 @@ General Options
223
224
If this option is not specified it may be set from the ``VPR_NUM_WORKERS`` environment variable; otherwise the default is used.
225
226
+ If this option is set to something other than 1, the following algorithms can be run in parallel:
227
+ * Timing Analysis
228
+ * Routing (If routing algorithm is set to parallel or parallel_decomp; See :option:`--router_algorithm`)
229
+ * Portions of analytical placement (Is using the analytical placement flow and compile VPR with Eigen; See :option:`--analytical_place`)
230
+
231
.. note:: To compile VPR to allow the usage of parallel workers, ``libtbb-dev`` must be installed in the system.
232
233
**Default:** ``1``
0 commit comments