[doc] add new option
This commit is contained in:
parent
2bd60dad11
commit
073161f523
|
@ -29,9 +29,9 @@ Similarly ``regression/regression_quick`` expect following structure::
|
|||
Running OpenFPGA Task:
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
At a minimum ``open_fpga_flow.py`` requires following command-line arguments::
|
||||
At a minimum ``run_fpga_task.py`` requires following command-line arguments::
|
||||
|
||||
open_fpga_flow.py <task1_name> <task2_name> ... [<options>]
|
||||
run_fpga_task.py <task1_name> <task2_name> ... [<options>]
|
||||
|
||||
where:
|
||||
|
||||
|
@ -58,6 +58,12 @@ Command-line Options
|
|||
if any threads fail to execute successfully. It is mainly used to while
|
||||
performing regression test.
|
||||
|
||||
.. option:: --default_tool_path
|
||||
|
||||
Specify the paths to tools as well as the keywords to extract QoR results from log files, when running this task. By default, the script will use the ``openfpga_flow/misc/fpgaflow_default_tool_path.conf``.
|
||||
|
||||
.. note:: Please use absolute path!!!
|
||||
|
||||
.. option:: --test_run
|
||||
|
||||
This option allows to debug OpenFPGA Task script
|
||||
|
|
Loading…
Reference in New Issue