Skip to content

Commit c648edc

Browse files
committed
removing unfinished GDB code to get RISCOF tests to work again
1 parent d58870f commit c648edc

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

sim/sources-degu.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ TSV+=${PATH_TCB}/tbn/vip/tcb_vip_memory.sv
2727
TSV+=${PATH_TCB}/tbn/vip/tcb_vip_protocol_checker.sv
2828

2929
# GDB stub files
30-
PATH_GDB=../../submodules/gdb_server_stub_sv/hdl
30+
#PATH_GDB=../../submodules/gdb_server_stub_sv/hdl
3131

3232
# DPI-C code
33-
SRC+=${PATH_GDB}/socket_dpi_pkg.c
33+
#SRC+=${PATH_GDB}/socket_dpi_pkg.c
3434

3535
# SystemVerilog bench (Test SV)
36-
TSV+=${PATH_GDB}/socket_dpi_pkg.sv
37-
TSV+=${PATH_GDB}/gdb_server_stub.sv
36+
#TSV+=${PATH_GDB}/socket_dpi_pkg.sv
37+
#TSV+=${PATH_GDB}/gdb_server_stub.sv
3838

3939
# R5P files
4040
PATH_R5P=../../hdl

sim/sources-mouse.mk

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ RTL+=${PATH_TCB}/rtl/peri/uart/tcb_peri_uart.sv
2626
TSV+=${PATH_TCB}/tbn/vip/tcb_vip_memory.sv
2727
TSV+=${PATH_TCB}/tbn/vip/tcb_vip_protocol_checker.sv
2828

29-
# GDB stub files
30-
PATH_GDB=../../submodules/gdb_server_stub_sv/hdl
31-
32-
# DPI-C code
33-
SRC+=${PATH_GDB}/socket_dpi_pkg.c
34-
35-
# SystemVerilog bench (Test SV)
36-
TSV+=${PATH_GDB}/socket_dpi_pkg.sv
37-
TSV+=${PATH_GDB}/gdb_server_stub_pkg.sv
29+
## GDB stub files
30+
#PATH_GDB=../../submodules/gdb_server_stub_sv/hdl
31+
#
32+
## DPI-C code
33+
#SRC+=${PATH_GDB}/socket_dpi_pkg.c
34+
#
35+
## SystemVerilog bench (Test SV)
36+
#TSV+=${PATH_GDB}/socket_dpi_pkg.sv
37+
#TSV+=${PATH_GDB}/gdb_server_stub_pkg.sv
3838

3939
# R5P files
4040
PATH_R5P=../../hdl
@@ -58,7 +58,7 @@ TSV+=${PATH_R5P}/tbn/riscv/riscv_asm_pkg.sv
5858
TSV+=${PATH_R5P}/tbn/htif/r5p_htif.sv
5959
TSV+=${PATH_R5P}/tbn/riscof/r5p_mouse_riscof_tb.sv
6060
TSV+=${PATH_R5P}/tbn/riscof/r5p_mouse_trace_logger.sv
61-
TSV+=${PATH_R5P}/tbn/soc/r5p_mouse_soc_gdb.sv
61+
#TSV+=${PATH_R5P}/tbn/soc/r5p_mouse_soc_gdb.sv
6262
TSV+=${PATH_R5P}/tbn/soc/r5p_mouse_soc_top_tb.sv
6363

6464
# combined HDL sources

submodules/gdb_server_stub_sv

submodules/tcb

Submodule tcb updated 54 files

0 commit comments

Comments
 (0)