aboutsummaryrefslogtreecommitdiff
path: root/debug/targets/RISC-V/spike64-2-hwthread.py
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2020-12-14 12:40:54 -0800
committerGitHub <noreply@github.com>2020-12-14 12:40:54 -0800
commit67cb46859f51e71d4fc17df22673d7410056fbb7 (patch)
tree5e001d039f4df8af633e4f4481d443e0cab7001e /debug/targets/RISC-V/spike64-2-hwthread.py
parentcbeadfda33ba8bc04b620a49bda8873fd52b9f1c (diff)
downloadriscv-tests-67cb46859f51e71d4fc17df22673d7410056fbb7.zip
riscv-tests-67cb46859f51e71d4fc17df22673d7410056fbb7.tar.gz
riscv-tests-67cb46859f51e71d4fc17df22673d7410056fbb7.tar.bz2
Add tests for memory sampling feature. (#300)
Diffstat (limited to 'debug/targets/RISC-V/spike64-2-hwthread.py')
-rw-r--r--debug/targets/RISC-V/spike64-2-hwthread.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/targets/RISC-V/spike64-2-hwthread.py b/debug/targets/RISC-V/spike64-2-hwthread.py
index 5d8d6e6..ee1a46b 100644
--- a/debug/targets/RISC-V/spike64-2-hwthread.py
+++ b/debug/targets/RISC-V/spike64-2-hwthread.py
@@ -9,6 +9,7 @@ class spike64_2(targets.Target):
openocd_config_path = "spike-2-hwthread.cfg"
timeout_sec = 5
implements_custom_test = True
+ support_memory_sampling = False # Needs SBA
def create(self):
return testlib.Spike(self)