Hazard3/test/sim/soc_cxxrtl/openocd.cfg

14 lines
299 B
INI
Raw Normal View History

2025-03-26 16:28:09 +08:00
adapter driver remote_bitbang
remote_bitbang host localhost
remote_bitbang port 9824
transport select jtag
set _CHIPNAME hazard3
jtag newtap $_CHIPNAME cpu -irlen 5
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME riscv -chain-position $_TARGETNAME
gdb_report_data_abort enable
init
halt