diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-05-13 00:04:44 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-05-13 00:04:44 +0200 |
commit | f95a85de0082010e4af83e26e99299d601bb48d6 (patch) | |
tree | 0b70ff8fa990ceeb18c2522ea80f2599d50ebae4 /emulator/lib.c | |
parent | f9541157b62ec44deff0b906757c223ca0220102 (diff) |
Some work on CSR
Diffstat (limited to 'emulator/lib.c')
-rw-r--r-- | emulator/lib.c | 4 |
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"
|