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

  1. # ---- FT232H Adapter -----
  2. interface ftdi
  3. # source [find interface/ftdi/um232h.cfg]
  4. # ftdi_serial "TN34GV0F"
  5. ftdi_vid_pid 0x0403 0x6014
  6. ftdi_layout_init 0x0008 0x400b
  7. adapter_khz 20000
  8. transport select jtag
  9. # Adapt this to your favourite FTDI-based debugger
  10. # source [find interface/ftdi/um232h.cfg]
  11. # ftdi_serial "TN34GV0F"
  12. # The Murax target needs a YAML file, even if it is empty
  13. set MURAX_CPU0_YAML cpu0.yaml
  14. # The Murax target should work for all PQVexRiscv based chips
  15. source [find target/murax.cfg]