forked from M-Labs/zynq-rs
openocd: fix PL_TAPID for both zc706 and cora-z7-10
This commit is contained in:
parent
80e808208e
commit
e135b27c13
|
@ -1,7 +1,7 @@
|
||||||
source [find interface/ftdi/digilent-hs1.cfg]
|
source [find interface/ftdi/digilent-hs1.cfg]
|
||||||
adapter_khz 10000
|
adapter_khz 10000
|
||||||
|
|
||||||
set PL_TAPID 0x03727093
|
set PL_TAPID 0x03722093
|
||||||
set SMP 1
|
set SMP 1
|
||||||
|
|
||||||
source ./zynq-7000.cfg
|
source ./zynq-7000.cfg
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
source ./digilent_jtag_smt2_nc.cfg
|
source ./digilent_jtag_smt2_nc.cfg
|
||||||
adapter_khz 10000
|
adapter_khz 10000
|
||||||
|
|
||||||
set PL_TAPID 0x03727093
|
set PL_TAPID 0x03731093
|
||||||
set SMP 1
|
set SMP 1
|
||||||
|
|
||||||
source ./zynq-7000.cfg
|
source ./zynq-7000.cfg
|
||||||
|
|
Loading…
Reference in New Issue