aboutsummaryrefslogtreecommitdiff
path: root/riscv/debug_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/debug_module.h')
-rw-r--r--riscv/debug_module.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/riscv/debug_module.h b/riscv/debug_module.h
index 5bd9e66..f24a097 100644
--- a/riscv/debug_module.h
+++ b/riscv/debug_module.h
@@ -95,7 +95,8 @@ class debug_module_t : public abstract_device_t
*/
debug_module_t(sim_t *sim, unsigned progbufsize,
unsigned max_bus_master_bits, bool require_authentication,
- unsigned abstract_rti, bool support_hasel);
+ unsigned abstract_rti, bool support_hasel,
+ bool support_abstract_csr_access);
~debug_module_t();
void add_device(bus_t *bus);
@@ -127,6 +128,7 @@ class debug_module_t : public abstract_device_t
unsigned max_bus_master_bits;
bool require_authentication;
unsigned abstract_rti;
+ bool support_abstract_csr_access;
static const unsigned debug_data_start = 0x380;
unsigned debug_progbuf_start;