[.github] minor cleanups

This commit is contained in:
stnolting 2024-11-01 11:01:21 +01:00
parent d7deb08168
commit 40d2da81ee

View file

@ -19,7 +19,7 @@ jobs:
sim_default_tb: sim_default_tb:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: 'Default testbench simulation' name: 'processor simulation'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -53,13 +53,10 @@ jobs:
make -C sw/example clean_all exe make -C sw/example clean_all exe
make -C sw/bootloader clean_all info bootloader 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: | run: |
make -C sw/example/${{ matrix.example }} \ make -C sw/example/${{ matrix.example }} \
USER_FLAGS+="-DUART0_SIM_MODE -DUART1_SIM_MODE -flto" \ USER_FLAGS+="-DUART0_SIM_MODE -DUART1_SIM_MODE" \
EFFORT=-Os \
MARCH=rv32ima_zicsr_zifencei \
clean_all \ clean_all \
info \ info \
all \ all \