add I$/D$/L2$ simulators
[riscv-isa-sim.git] / riscv / riscv.mk.in
index 1abbc46ae07c557a27f7bf3544e0e1b82ee96922..bf6e07ab6f637ba067a5e7bc84dfc690b222577c 100644 (file)
@@ -13,6 +13,8 @@ riscv_hdrs = \
        opcodes.h \
        insn_header.h \
        dispatch.h \
+       cachesim.h \
+       memtracer.h \
 
 NDISPATCH := 10
 DISPATCH_SRCS := \
@@ -40,7 +42,7 @@ riscv_srcs = \
        sim.cc \
        interactive.cc \
        trap.cc \
-       icsim.cc \
+       cachesim.cc \
        mmu.cc \
        disasm.cc \
        $(DISPATCH_SRCS) \