riscv-compliance: Halt harts again at the end of the test.
parent
6842fd2c10
commit
66fa38add7
|
@ -2535,6 +2535,9 @@ int riscv013_test_compliance(struct target *target) {
|
||||||
// DCSR.ebreak
|
// DCSR.ebreak
|
||||||
// DCSR.prv
|
// DCSR.prv
|
||||||
|
|
||||||
|
/* Halt every hart for any follow-up tests*/
|
||||||
|
riscv_halt_all_harts(target);
|
||||||
|
|
||||||
LOG_INFO("PASSED %d of %d TESTS\n", passed_tests, total_tests);
|
LOG_INFO("PASSED %d of %d TESTS\n", passed_tests, total_tests);
|
||||||
|
|
||||||
if (total_tests == passed_tests) {
|
if (total_tests == passed_tests) {
|
||||||
|
|
Loading…
Reference in New Issue