Skip to content

Commit

Permalink
[.github] minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Nov 1, 2024
1 parent d7deb08 commit 40d2da8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/Processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

sim_default_tb:
runs-on: ubuntu-latest
name: 'Default testbench simulation'
name: 'processor simulation'
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 40d2da8

Please sign in to comment.