Cleanup docs | Bump CI
This commit is contained in:
2
.github/workflows/chipyard-run-tests.yml
vendored
2
.github/workflows/chipyard-run-tests.yml
vendored
@@ -410,7 +410,7 @@ jobs:
|
|||||||
- name: Build Gemmini FireMarshal
|
- name: Build Gemmini FireMarshal
|
||||||
run: |
|
run: |
|
||||||
conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-riscv-tools
|
conda activate ${{ env.conda-env-name-no-time }}-$(date --date "${{ env.workflow-timestamp }}" +%Y%m%d)-riscv-tools
|
||||||
cd software/firemarshal && ./init-submodules.sh
|
git submodule update --init software/firemarshal && cd software/firemarshal && ./init-submodules.sh
|
||||||
cd generators/gemmini/software && ${{ github.workspace }}/software/firemarshal/marshal -v -d build gemmini-smoke.json
|
cd generators/gemmini/software && ${{ github.workspace }}/software/firemarshal/marshal -v -d build gemmini-smoke.json
|
||||||
- name: Running Gemmini FireMarshal smoke test
|
- name: Running Gemmini FireMarshal smoke test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ within the Spike tile, allowing for very fast simulatoin performance.
|
|||||||
|
|
||||||
make CONFIG=SpikeUltraFastConfig run-binary BINARY=hello.riscv
|
make CONFIG=SpikeUltraFastConfig run-binary BINARY=hello.riscv
|
||||||
|
|
||||||
Spike-as-a-Tile can be configure with custom IPC, commit logging, and other behaviors. Spike-specific flags can be added as plusargs to ``EXTRA_SIM_FLAGS``
|
Spike-as-a-Tile can be configured with custom IPC, commit logging, and other behaviors. Spike-specific flags can be added as plusargs to ``EXTRA_SIM_FLAGS``
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
@@ -47,6 +47,6 @@ Spike-as-a-Tile can be configure with custom IPC, commit logging, and other beha
|
|||||||
|
|
||||||
|
|
||||||
* ``+spike-ipc=``: Sets the maximum number of instructions Spike can retire in a single "tick", or cycle of the uncore simulation.
|
* ``+spike-ipc=``: Sets the maximum number of instructions Spike can retire in a single "tick", or cycle of the uncore simulation.
|
||||||
* ``+spike-fast-clint``: Enables fast-forwrding through WFI stalls by generating fake timer interrupts
|
* ``+spike-fast-clint``: Enables fast-forwarding through WFI stalls by generating fake timer interrupts
|
||||||
* ``+spike-debug``: Enables debug spike logging
|
* ``+spike-debug``: Enables debug Spike logging
|
||||||
* ``+spike-verbose``: Enabbls spike commit-log generation
|
* ``+spike-verbose``: Enables Spike commit-log generation
|
||||||
|
|||||||
Reference in New Issue
Block a user