[Doc] Add new openfpga shell command to documentation

This commit is contained in:
tangxifan 2021-01-24 14:48:56 -07:00
parent fd0e73a9bb
commit e18c533657
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,13 @@ To launch OpenFPGA shell, users can choose two modes.
Launch OpenFPGA in script mode where users write commands in scripts and FPGA will execute them
.. option:: --batch_execution or -batch
Execute OpenFPGA script in batch mode. This option is only valid for script mode.
- If in batch mode, OpenFPGA will abort immediately when fatal errors occurred.
- If not in batch mode, OpenFPGA will enter interactive mode when fatal errors occurred.
.. option:: --help or -h
Show the help desk