mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[.github] minor cleanups
This commit is contained in:
parent
d7deb08168
commit
40d2da81ee
1 changed files with 3 additions and 6 deletions
9
.github/workflows/Processor.yml
vendored
9
.github/workflows/Processor.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
sim_default_tb:
|
||||
runs-on: ubuntu-latest
|
||||
name: 'Default testbench simulation'
|
||||
name: 'processor simulation'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -53,13 +53,10 @@ jobs:
|
|||
make -C sw/example clean_all exe
|
||||
make -C sw/bootloader clean_all info bootloader
|
||||
|
||||
- name: '🚧 Build and install software; then simulate with shell script'
|
||||
- name: '🚧 Compile executable and run simulation'
|
||||
run: |
|
||||
|
||||
make -C sw/example/${{ matrix.example }} \
|
||||
USER_FLAGS+="-DUART0_SIM_MODE -DUART1_SIM_MODE -flto" \
|
||||
EFFORT=-Os \
|
||||
MARCH=rv32ima_zicsr_zifencei \
|
||||
USER_FLAGS+="-DUART0_SIM_MODE -DUART1_SIM_MODE" \
|
||||
clean_all \
|
||||
info \
|
||||
all \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue