aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-10-03 16:36:24 -0700
committerTim Newsome <tim@sifive.com>2019-10-03 16:36:24 -0700
commit3b4fcf471fc288d45cbedf5c31fce725f9dc398e (patch)
tree62685a2d83760ab83af8c14e0f412ee984c33607
parent7c82a7b9d5b7d8b71e0a66826705ec141db718c3 (diff)
downloadriscv-openocd-3b4fcf471fc288d45cbedf5c31fce725f9dc398e.zip
riscv-openocd-3b4fcf471fc288d45cbedf5c31fce725f9dc398e.tar.gz
riscv-openocd-3b4fcf471fc288d45cbedf5c31fce725f9dc398e.tar.bz2
The compliance test is poorly supported.
In reaction to #412. Change-Id: I183bd8b4995c04e44cbc4f1c475eae391030fae6
-rw-r--r--src/target/riscv/riscv-013.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c
index 3798244..1de894d 100644
--- a/src/target/riscv/riscv-013.c
+++ b/src/target/riscv/riscv-013.c
@@ -4151,7 +4151,11 @@ void riscv013_clear_abstract_error(struct target *target)
int riscv013_test_compliance(struct target *target)
{
- LOG_INFO("Testing Compliance against RISC-V Debug Spec v0.13");
+ LOG_INFO("Basic compliance test against RISC-V Debug Spec v0.13");
+ LOG_INFO("This test is not complete, and not well supported.");
+ LOG_INFO("Your core might pass this test without being compliant.");
+ LOG_INFO("Your core might fail this test while being compliant.");
+ LOG_INFO("Use your judgment, and please contribute improvements.");
if (!riscv_rtos_enabled(target)) {
LOG_ERROR("Please run with -rtos riscv to run compliance test.");