openocd: fix Kasli-SoC nSRST

pull/86/head
Sebastien Bourdeauducq 2021-05-29 12:17:59 +08:00
parent 823ec374ba
commit 42cdedae91
1 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ set SMP 1
source ./zynq-7000.cfg source ./zynq-7000.cfg
ftdi_layout_signal nSRST -data 0x0002 ftdi_layout_signal nSRST -oe 0x0004
reset_config srst_only srst_push_pull reset_config srst_only srst_open_drain
adapter_nsrst_assert_width 250 adapter_nsrst_assert_width 250
adapter_nsrst_delay 400 adapter_nsrst_delay 400
@ -38,7 +38,7 @@ pld device virtex2 zynq.tap 1
init init
xc7_program zynq.tap xc7_program zynq.tap
halt reset halt
# Disable MMU # Disable MMU
targets $_TARGETNAME_1 targets $_TARGETNAME_1