aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-10-09 11:41:29 -0700
committerGitHub <noreply@github.com>2019-10-09 11:41:29 -0700
commit91d00468b62192319e23686c53e1ebe54f4b19cf (patch)
tree62685a2d83760ab83af8c14e0f412ee984c33607
parent7c82a7b9d5b7d8b71e0a66826705ec141db718c3 (diff)
parent3b4fcf471fc288d45cbedf5c31fce725f9dc398e (diff)
downloadriscv-openocd-91d00468b62192319e23686c53e1ebe54f4b19cf.zip
riscv-openocd-91d00468b62192319e23686c53e1ebe54f4b19cf.tar.gz
riscv-openocd-91d00468b62192319e23686c53e1ebe54f4b19cf.tar.bz2
Merge pull request #413 from riscv/compliance
The compliance test is poorly supported.
-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.");