riscv-compliance: Halt harts again at the end of the test.

compliance_dev
Megan Wachs 2017-07-12 18:44:41 -07:00
parent 6842fd2c10
commit 66fa38add7
1 changed files with 3 additions and 0 deletions

View File

@ -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) {