From 46f1423c6566aee512fbc7a8ef6ff4aae2b7d1fb Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" Date: Wed, 22 Mar 2017 13:57:56 -0700 Subject: riscv: replace rtc device with a real clint implementation --- 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 4111caf..57bdf8c 100644 --- a/riscv/sim.h +++ b/riscv/sim.h @@ -40,7 +40,7 @@ private: std::vector procs; std::string dts; std::unique_ptr boot_rom; - std::unique_ptr rtc; + std::unique_ptr clint; bus_t bus; debug_module_t debug_module; -- cgit v1.1