OpenOCD connects, and sends some data that we receive.
[riscv-isa-sim.git] / riscv / riscv.mk.in
index 18d91c569433d2543f34724c4f342f6f0c3cd535..695803b142ffb0b60b61d3673f379aee7eb8df47 100644 (file)
@@ -7,7 +7,6 @@ riscv_subproject_deps = \
 riscv_install_prog_srcs = \
 
 riscv_hdrs = \
-       htif.h \
        common.h \
        decode.h \
        devices.h \
@@ -24,12 +23,13 @@ riscv_hdrs = \
        rocc.h \
        insn_template.h \
        mulhi.h \
+       debug_module.h \
+       remote_bitbang.h \
 
 riscv_precompiled_hdrs = \
        insn_template.h \
 
 riscv_srcs = \
-       htif.cc \
        processor.cc \
        execute.cc \
        sim.cc \
@@ -45,6 +45,8 @@ riscv_srcs = \
        devices.cc \
        rom.cc \
        rtc.cc \
+       debug_module.cc \
+       remote_bitbang.cc \
        $(riscv_gen_srcs) \
 
 riscv_test_srcs =
@@ -130,6 +132,7 @@ riscv_insn_list = \
        divu \
        divuw \
        divw \
+       dret \
        ebreak \
        ecall \
        fadd_d \