File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,26 @@ jobs:
127
127
--sim_cmd /opt/riscv/spike/bin/spike \
128
128
--server_cmd $GITHUB_WORKSPACE/src/openocd
129
129
130
+ - name : Run Spike64-2-hwthread Tests
131
+ if : success() || steps.spike32-tests.conclusion == 'failure'
132
+ run : |
133
+ cd riscv-tests/debug
134
+ ./gdbserver.py targets/RISC-V/spike64-2-hwthread.py --print-failures \
135
+ --gcc /opt/riscv/toolchain/bin/riscv-none-elf-gcc \
136
+ --gdb /opt/riscv/toolchain/bin/riscv-none-elf-gdb \
137
+ --sim_cmd /opt/riscv/spike/bin/spike \
138
+ --server_cmd $GITHUB_WORKSPACE/src/openocd
139
+
140
+ - name : Run Spike32-2-hwthread Tests
141
+ if : success() || steps.spike32-tests.conclusion == 'failure'
142
+ run : |
143
+ cd riscv-tests/debug
144
+ ./gdbserver.py targets/RISC-V/spike32-2-hwthread.py --print-failures \
145
+ --gcc /opt/riscv/toolchain/bin/riscv-none-elf-gcc \
146
+ --gdb /opt/riscv/toolchain/bin/riscv-none-elf-gdb \
147
+ --sim_cmd /opt/riscv/spike/bin/spike \
148
+ --server_cmd $GITHUB_WORKSPACE/src/openocd
149
+
130
150
- name : Archive test logs
131
151
# Proceed even if there was a failed test
132
152
if : ${{ success() || failure() }}
You can’t perform that action at this time.
0 commit comments