summaryrefslogtreecommitdiff
path: root/emulator/lib.c
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-05-13 00:04:44 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-05-13 00:04:44 +0200
commitf95a85de0082010e4af83e26e99299d601bb48d6 (patch)
tree0b70ff8fa990ceeb18c2522ea80f2599d50ebae4 /emulator/lib.c
parentf9541157b62ec44deff0b906757c223ca0220102 (diff)
Some work on CSR
Diffstat (limited to 'emulator/lib.c')
-rw-r--r--emulator/lib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulator/lib.c b/emulator/lib.c
index 453a3f9..6c3c7d9 100644
--- a/emulator/lib.c
+++ b/emulator/lib.c
@@ -1,3 +1,7 @@
#include "hart.c"
#include "elf.c"
+#include "csr.c"
+#include "csr_unpriv_counter_timer.c"
+#include "csr_machine_trap_setup.c"
+#include "csr_machine_information.c"