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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscv/debug_module.h b/riscv/debug_module.h
index 50107fc..3aa3f0f 100644
--- a/riscv/debug_module.h
+++ b/riscv/debug_module.h
@@ -116,6 +116,8 @@ class debug_module_t : public abstract_device_t
static const unsigned debug_abstract_size = 5;
unsigned debug_abstract_start;
+ // We only support 1024 harts currently. More requires at least resizing
+ // the arrays below, and their corresponding special memory regions.
static const unsigned hartsellen = 10;
sim_t *sim;