From 785bf15bba65e4ac676bb0752537dab181e5d1bb Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Wed, 20 Mar 2024 16:56:44 +0100 Subject: [PATCH] prog/openocd_xc7z_ft232.cfg: openOCD config file for zynq7000 with digilent hs2 probe (tested with siglent SDS1104XE). --- litex_boards/prog/openocd_xc7z_ft232.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 litex_boards/prog/openocd_xc7z_ft232.cfg 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]