Fix typos

This commit is contained in:
Jerry Zhao
2023-04-19 19:52:46 -07:00
parent cf87641031
commit 104a5299a9
4 changed files with 17 additions and 12 deletions

View File

@@ -156,7 +156,12 @@ Loadmem files should be ELF files. In the most common use case, this can be the
.. code-block:: shell
make run-binary BINARY=test.riscv LOADMEM=test.riscv
make run-binary BINART=test.riscv LOADMEM=1
Usually the ``LOADMEM`` ELF is the same as the ``BINARY`` ELF, so ``LOADMEM=1`` can be used as a shortcut.
.. code-block:: shell
make run-binary BINARY=test.riscv LOADMEM=1
Generating Waveforms
-----------------------