aboutsummaryrefslogtreecommitdiff
path: root/debug/targets
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-08-02 12:49:37 -0700
committerGitHub <noreply@github.com>2019-08-02 12:49:37 -0700
commita278033e489abb39476433f3e3fc496df9150464 (patch)
tree539afaaf712c03e58aebe3de33a64adae14f75ce /debug/targets
parent00dc081ced7a841eefb2ebd8830e797adb1e8561 (diff)
downloadriscv-tests-a278033e489abb39476433f3e3fc496df9150464.zip
riscv-tests-a278033e489abb39476433f3e3fc496df9150464.tar.gz
riscv-tests-a278033e489abb39476433f3e3fc496df9150464.tar.bz2
Miscellaneous minor test improvements (#199)
* Let the debugger enable mstatus.F if necessary. * Ignore (some) gdb debug output. * Increase timeout. * Make newer version of pylint happy.
Diffstat (limited to 'debug/targets')
-rw-r--r--debug/targets/RISC-V/spike64-2.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/debug/targets/RISC-V/spike64-2.py b/debug/targets/RISC-V/spike64-2.py
index 596098d..8534ee7 100644
--- a/debug/targets/RISC-V/spike64-2.py
+++ b/debug/targets/RISC-V/spike64-2.py
@@ -6,7 +6,9 @@ import spike64 # pylint: disable=import-error
class spike64_2(targets.Target):
harts = [spike64.spike64_hart(), spike64.spike64_hart()]
openocd_config_path = "spike-2.cfg"
- timeout_sec = 10
+ # Increased timeout because we use abstract_rti to artificially slow things
+ # down.
+ timeout_sec = 20
implements_custom_test = True
support_hasel = False