Switch to LOADMEM=1, LOADARCH=loadarch flags
This commit is contained in:
@@ -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
|
||||
-----------------------
|
||||
|
||||
@@ -43,7 +43,7 @@ Spike-as-a-Tile can be configured with custom IPC, commit logging, and other beh
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
make CONFIG=SpikeUltraFastConfig run-binary-loadmem BINARY=hello.riscv EXTRA_SPIKE_FLAGS="+spike-ipc=10000 +spike-fast-clint +spike-debug"
|
||||
make CONFIG=SpikeUltraFastConfig run-binary BINARY=hello.riscv EXTRA_SPIKE_FLAGS="+spike-ipc=10000 +spike-fast-clint +spike-debug" LOADMEM=1
|
||||
|
||||
|
||||
* ``+spike-ipc=``: Sets the maximum number of instructions Spike can retire in a single "tick", or cycle of the uncore simulation.
|
||||
|
||||
Reference in New Issue
Block a user