aboutsummaryrefslogtreecommitdiff
path: root/riscv/debug_module.h
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2022-12-15 15:56:20 -0800
committerJerry Zhao <jerryz123@berkeley.edu>2022-12-16 10:11:21 -0800
commit80cc9d19296390f53bb620d5a8ddf01edb4bd7d2 (patch)
tree0adfccc4c52c67f1b118819f93d8a7639771bbfa /riscv/debug_module.h
parentfa4079bcba75e15ff14f756c3eff1281bad679e2 (diff)
downloadriscv-isa-sim-80cc9d19296390f53bb620d5a8ddf01edb4bd7d2.zip
riscv-isa-sim-80cc9d19296390f53bb620d5a8ddf01edb4bd7d2.tar.gz
riscv-isa-sim-80cc9d19296390f53bb620d5a8ddf01edb4bd7d2.tar.bz2
Remove debug_module.h -> mmu.h dependency
Diffstat (limited to 'riscv/debug_module.h')
-rw-r--r--riscv/debug_module.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscv/debug_module.h b/riscv/debug_module.h
index 8fb335d..51f3b84 100644
--- a/riscv/debug_module.h
+++ b/riscv/debug_module.h
@@ -3,12 +3,13 @@
#define _RISCV_DEBUG_MODULE_H
#include <set>
+#include <vector>
#include "abstract_device.h"
-#include "mmu.h"
class sim_t;
class bus_t;
+class processor_t;
typedef struct {
// Size of program_buffer in 32-bit words, as exposed to the rest of the