diff options
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/telo.cfg | 2 | ||||
-rw-r--r-- | tcl/target/telo.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tcl/board/telo.cfg b/tcl/board/telo.cfg index 80040b14..a60cb02d 100644 --- a/tcl/board/telo.cfg +++ b/tcl/board/telo.cfg @@ -13,7 +13,7 @@ source [find target/c100helper.tcl] # use libftdi.so library instead with this script # make the reset asserted to # allow RC circuit to discharge for: [ms] -jtag_nsrst_assert_width 100 +adapter_nsrst_assert_width 100 jtag_ntrst_assert_width 100 # don't talk to JTAG after reset for: [ms] adapter_nsrst_delay 100 diff --git a/tcl/target/telo.cfg b/tcl/target/telo.cfg index 40674b9d..aa9ff225 100644 --- a/tcl/target/telo.cfg +++ b/tcl/target/telo.cfg @@ -13,7 +13,7 @@ source [find target/c100helper.tcl] # use libftdi.so library instead with this script # make the reset asserted to # allow RC circuit to discharge for: [ms] -jtag_nsrst_assert_width 100 +adapter_nsrst_assert_width 100 jtag_ntrst_assert_width 100 # don't talk to JTAG after reset for: [ms] adapter_nsrst_delay 100 |