Add space

This commit is contained in:
Abraham Gonzalez
2020-08-18 10:41:35 -07:00
parent d82e7dbed5
commit c3749ce88f

View File

@@ -64,6 +64,7 @@ For instance, to run one of the riscv-tools assembly tests.
The makefiles have a ``run-binary`` rule that simplifies running the simulation executable. It adds many of the common command line options for you and redirects the output to a file.
.. code-block:: shell
make run-binary BINARY=$RISCV/riscv64-unknown-elf/share/riscv-tests/isa/rv64ui-p-simple
Alternatively, we can run a pre-packaged suite of RISC-V assembly or benchmark tests, by adding the make target ``run-asm-tests`` or ``run-bmark-tests``.