aboutsummaryrefslogtreecommitdiff
path: root/debug/targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/targets.py')
-rw-r--r--debug/targets.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug/targets.py b/debug/targets.py
index 2cdbb33..63994db 100644
--- a/debug/targets.py
+++ b/debug/targets.py
@@ -75,6 +75,10 @@ class Target(object):
# Supports mtime at 0x2004000
supports_clint_mtime = True
+ # Implements custom debug registers like spike does. It seems unlikely any
+ # hardware will every do that.
+ implements_custom_test = False
+
# Internal variables:
directory = None
temporary_files = []