diff --git a/litex_boards/prog/openocd_xc7z_ft232.cfg b/litex_boards/prog/openocd_xc7z_ft232.cfg new file mode 100644 index 0000000..64f511e --- /dev/null +++ b/litex_boards/prog/openocd_xc7z_ft232.cfg @@ -0,0 +1,10 @@ +adapter driver ftdi +ftdi vid_pid 0x0403 0x6014 + +ftdi channel 0 +ftdi layout_init 0x00e8 0x60eb +reset_config none + +adapter speed 25000 + +source [find target/zynq_7000.cfg]