aboutsummaryrefslogtreecommitdiff
path: root/debug/targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/targets.py')
-rw-r--r--debug/targets.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/targets.py b/debug/targets.py
index 3f63e79..c1633e9 100644
--- a/debug/targets.py
+++ b/debug/targets.py
@@ -33,6 +33,9 @@ class Hart:
# no device mapped to that location.
bad_address = None
+ # The non-existent register for access test
+ nonexist_csr = "csr2288"
+
# Number of instruction triggers the hart supports.
instruction_hardware_breakpoint_count = 0