You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
511 B

# ---- 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]