aboutsummaryrefslogtreecommitdiff
path: root/debug/targets/RISC-V/spike-1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debug/targets/RISC-V/spike-1.cfg')
-rw-r--r--debug/targets/RISC-V/spike-1.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug/targets/RISC-V/spike-1.cfg b/debug/targets/RISC-V/spike-1.cfg
index fc20b53..7607b46 100644
--- a/debug/targets/RISC-V/spike-1.cfg
+++ b/debug/targets/RISC-V/spike-1.cfg
@@ -12,5 +12,9 @@ target create $_TARGETNAME riscv -chain-position $_TARGETNAME
gdb_report_data_abort enable
+# Expose an unimplemented CSR so we can test non-existent register access
+# behavior.
+riscv expose_csrs 2288
+
init
reset halt