|
# ---- FT232H Adapter -----
|
|
interface ftdi
|
|
# source [find interface/ftdi/um232h.cfg]
|
|
# ftdi_serial "TN34GV0F"
|
|
ftdi_vid_pid 0x0403 0x6014
|
|
ftdi_layout_init 0x0008 0x400b
|
|
adapter_khz 20000
|
|
transport select jtag
|
|
|
|
|
|
# Adapt this to your favourite FTDI-based debugger
|
|
# source [find interface/ftdi/um232h.cfg]
|
|
# ftdi_serial "TN34GV0F"
|
|
|
|
# The Murax target needs a YAML file, even if it is empty
|
|
set MURAX_CPU0_YAML cpu0.yaml
|
|
|
|
# The Murax target should work for all PQVexRiscv based chips
|
|
source [find target/murax.cfg]
|