Skip to content

Commit

Permalink
CI: modify bbl-based SMP linux bbl.bin
Browse files Browse the repository at this point in the history
 * exp[breakpoint] can't be delegated when trigger enable
  • Loading branch information
wissygh authored and huxuan0307 committed Jul 17, 2024
1 parent 6cb0b9a commit 609a6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
python3 $GITHUB_WORKSPACE/scripts/xiangshan.py --wave-dump $WAVE_HOME --threads 16 --numa --diff ./ready-to-run/riscv64-nemu-interpreter-dual-so --ci mc-tests 2> /dev/zero
- name: SMP Linux
run: |
python3 $GITHUB_WORKSPACE/scripts/xiangshan.py --wave-dump $WAVE_HOME --threads 16 --numa --diff ./ready-to-run/riscv64-nemu-interpreter-dual-so --ci linux-hello-smp-new 2> /dev/zero
python3 $GITHUB_WORKSPACE/scripts/xiangshan.py --wave-dump $WAVE_HOME --threads 16 --numa --diff ./ready-to-run/riscv64-nemu-interpreter-dual-so --ci linux-hello-smp-newcsr 2> /dev/zero
simv-basics:
runs-on: eda
needs: changes
Expand Down
1 change: 1 addition & 0 deletions scripts/xiangshan.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def __get_ci_workloads(self, name):
"linux-hello-smp-opensbi": "fw_payload.bin",
"linux-hello-new": "bbl.bin",
"linux-hello-smp-new": "bbl.bin",
"linux-hello-smp-newcsr": "bbl.bin",
"povray": "_700480000000_.gz",
"mcf": "_17520000000_.gz",
"xalancbmk": "_266100000000_.gz",
Expand Down

0 comments on commit 609a6cf

Please sign in to comment.