aboutsummaryrefslogtreecommitdiff
path: root/debug/targets/RISC-V/spike32-2-hwthread.py
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-05-16 14:39:28 -0700
committerGitHub <noreply@github.com>2019-05-16 14:39:28 -0700
commitb7a0a80210c77c1d817243963ce35fba3ec97851 (patch)
treebaa8d87e2f8ef6c62948b061856fcaf7347515d1 /debug/targets/RISC-V/spike32-2-hwthread.py
parentfbf5f3a2589c61d34569524dbf353beda0b6b4de (diff)
downloadriscv-tests-b7a0a80210c77c1d817243963ce35fba3ec97851.zip
riscv-tests-b7a0a80210c77c1d817243963ce35fba3ec97851.tar.gz
riscv-tests-b7a0a80210c77c1d817243963ce35fba3ec97851.tar.bz2
Cover with/without halt groups. (#191)
Also work with the new command line options that were renamed in https://github.com/riscv/riscv-isa-sim/pull/299
Diffstat (limited to 'debug/targets/RISC-V/spike32-2-hwthread.py')
-rw-r--r--debug/targets/RISC-V/spike32-2-hwthread.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/targets/RISC-V/spike32-2-hwthread.py b/debug/targets/RISC-V/spike32-2-hwthread.py
index 333a7f2..c5fe92d 100644
--- a/debug/targets/RISC-V/spike32-2-hwthread.py
+++ b/debug/targets/RISC-V/spike32-2-hwthread.py
@@ -8,7 +8,7 @@ class spike32_2(targets.Target):
openocd_config_path = "spike-2-hwthread.cfg"
timeout_sec = 5
implements_custom_test = True
- support_hasel = False
def create(self):
- return testlib.Spike(self, support_hasel=False)
+ return testlib.Spike(self, support_hasel=True,
+ support_haltgroups=False)