We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae2aa0 commit 0ea6700Copy full SHA for 0ea6700
doc/src/vpr/command_line_usage.rst
@@ -223,6 +223,12 @@ 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
+
228
+ * Timing Analysis
229
+ * Routing (If routing algorithm is set to parallel or parallel_decomp; See :option:`--router_algorithm`)
230
+ * Portions of analytical placement (If using the analytical placement flow and compiled VPR with Eigen enabled; See :option:`--analytical_place`)
231
232
.. note:: To compile VPR to allow the usage of parallel workers, ``libtbb-dev`` must be installed in the system.
233
234
**Default:** ``1``
0 commit comments