OpenOCD connects, and sends some data that we receive.
[riscv-isa-sim.git] / riscv / riscv.mk.in
index 279fbde8130e17656bf7a29a18e5ba2a23a17831..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,14 +23,13 @@ riscv_hdrs = \
        rocc.h \
        insn_template.h \
        mulhi.h \
-       gdbserver.h \
        debug_module.h \
+       remote_bitbang.h \
 
 riscv_precompiled_hdrs = \
        insn_template.h \
 
 riscv_srcs = \
-       htif.cc \
        processor.cc \
        execute.cc \
        sim.cc \
@@ -47,8 +45,8 @@ riscv_srcs = \
        devices.cc \
        rom.cc \
        rtc.cc \
-       gdbserver.cc \
        debug_module.cc \
+       remote_bitbang.cc \
        $(riscv_gen_srcs) \
 
 riscv_test_srcs =
@@ -134,6 +132,7 @@ riscv_insn_list = \
        divu \
        divuw \
        divw \
+       dret \
        ebreak \
        ecall \
        fadd_d \