]> git.gag.com Git - fw/openocd/blobdiff - tcl/target/sim3x.cfg
tcl: replace the deprecated commands with "adapter ..."
[fw/openocd] / tcl / target / sim3x.cfg
index ed46a3b3410bee7b2af7992897dd2352bb46dbe8..3d3fc5c3e5c71177d2579f80d0d2d84b640be027 100755 (executable)
@@ -48,9 +48,9 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME sim3x 0 $_CPUROMSIZE 0 0 $_TARGETNAME
 
-adapter_khz 1000
+adapter speed 1000
 
-adapter_nsrst_delay 100
+adapter srst delay 100
 if {[using_jtag]} {
  jtag_ntrst_delay 100
 }