Switch to LOADMEM=1, LOADARCH=loadarch flags

This commit is contained in:
Jerry Zhao
2023-04-12 16:22:39 -07:00
parent b41806b6a0
commit 7aaa233d73
4 changed files with 25 additions and 25 deletions

View File

@@ -155,13 +155,8 @@ 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 EXTRA_SIM_FLAGS="+loadmem=test.riscv"
For convenience, special ``-loadmem`` targets are provided to automatically rely on loadmem to read in the binary.
.. code-block:: shell
make run-binary-loadmem BINARY=test.riscv
make run-binary BINARY=test.riscv LOADMEM=test.riscv
make run-binary BINART=test.riscv LOADMEM=1
Generating Waveforms
-----------------------