From 8e70cdfa611b5eb30fba49235aab5ce2cffd4c43 Mon Sep 17 00:00:00 2001 From: Rupert Swarbrick Date: Thu, 24 Mar 2022 23:06:43 +0000 Subject: Move real_time_clint into cfg_t --- riscv/sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscv/sim.h') diff --git a/riscv/sim.h b/riscv/sim.h index 4f7a384..97cada1 100644 --- a/riscv/sim.h +++ b/riscv/sim.h @@ -32,7 +32,7 @@ class remote_bitbang_t; class sim_t : public htif_t, public simif_t { public: - sim_t(const cfg_t *cfg, bool halted, bool real_time_clint, + sim_t(const cfg_t *cfg, bool halted, std::vector> mems, std::vector> plugin_devices, const std::vector& args, -- cgit v1.1