aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/sim.h')
-rw-r--r--riscv/sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/sim.h b/riscv/sim.h
index e5a7303..3afeedd 100644
--- a/riscv/sim.h
+++ b/riscv/sim.h
@@ -70,6 +70,7 @@ private:
std::string dts;
std::string dtb;
bool dtb_enabled;
+ std::vector<std::shared_ptr<abstract_device_t>> devices;
std::shared_ptr<rom_device_t> boot_rom;
std::shared_ptr<clint_t> clint;
std::shared_ptr<plic_t> plic;