riscv: Add more TODO compliance comments

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

View File

@ -2528,6 +2528,12 @@ int riscv013_test_compliance(struct target *target) {
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);