[doc] added an example about how to call vpr
This commit is contained in:
parent
d7a95a8ec2
commit
5dfb3e6cb0
|
@ -10,6 +10,19 @@ vpr
|
||||||
|
|
||||||
.. note:: This command will run vpr in a standalone way, whose results will be kept and used by other commands. Suggest to use when this is the final run of VPR.
|
.. note:: This command will run vpr in a standalone way, whose results will be kept and used by other commands. Suggest to use when this is the final run of VPR.
|
||||||
|
|
||||||
|
For example, vpr commands may be called in the following way:
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
|
# VPR standalone runs, no results will be kept for downstream commands
|
||||||
|
vpr_standalone <some_options>
|
||||||
|
vpr_standalone <some_options>
|
||||||
|
# More standalone runs may be expected
|
||||||
|
vpr_standalone <some_options>
|
||||||
|
# Final VPR run, results are kept for downstream commands
|
||||||
|
vpr <some_options>
|
||||||
|
# Other commands that use VPR results
|
||||||
|
|
||||||
.. _vtr_project: https://github.com/verilog-to-routing/vtr-verilog-to-routing
|
.. _vtr_project: https://github.com/verilog-to-routing/vtr-verilog-to-routing
|
||||||
|
|
||||||
vpr_standalone
|
vpr_standalone
|
||||||
|
|
Loading…
Reference in New Issue