riscv: Add more TODO compliance comments

compliance_dev
mwachs5 2017-07-05 17:59:30 -07:00
parent bdc38561c0
commit 6842fd2c10
1 changed files with 7 additions and 1 deletions

View File

@ -2527,7 +2527,13 @@ int riscv013_test_compliance(struct target *target) {
testvar = (i + 1) * 0x11111111;
COMPLIANCE_TEST(dmi_read(target, DMI_DATA0 + i) == 0, "DATA words should reset to 0");
}
//TODO:
// DCSR.cause priorities
// DCSR.stoptime/stopcycle
// DCSR.stepie
// DCSR.ebreak
// DCSR.prv
LOG_INFO("PASSED %d of %d TESTS\n", passed_tests, total_tests);