aboutsummaryrefslogtreecommitdiff
path: root/riscv/processor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/processor.cc')
-rw-r--r--riscv/processor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscv/processor.cc b/riscv/processor.cc
index 35adc10..5a57c28 100644
--- a/riscv/processor.cc
+++ b/riscv/processor.cc
@@ -154,6 +154,8 @@ void processor_t::reset()
if (ext)
ext->reset(); // reset the extension
+
+ sim->proc_reset(id);
}
// Count number of contiguous 0 bits starting from the LSB.