aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/sim.h')
-rw-r--r--riscv/sim.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/riscv/sim.h b/riscv/sim.h
index 3afeedd..a851643 100644
--- a/riscv/sim.h
+++ b/riscv/sim.h
@@ -71,10 +71,8 @@ private:
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;
- std::shared_ptr<ns16550_t> ns16550;
bus_t bus;
log_file_t log_file;