[doc] code format

This commit is contained in:
tangxifan 2022-05-22 14:04:12 +08:00
parent 07df4611e8
commit 1794578b49
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ Run a Test
To run a regression test, users can execute a shell script (assume you are under the root directory of the project), for example,
```
./openfpga_flow/regression_test_scripts/basic_reg_test.sh [OPTIONS]
```
.. code-block:: shell
./openfpga_flow/regression_test_scripts/basic_reg_test.sh [OPTIONS]
.. note:: ``basic_reg_test`` can be replaced by other tests which are under ``openfpga_flow/regression_test_scripts/``