X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fxilinx_zynqmp.cfg;h=2df7a4ff9176f4cbcc1d4ec0551da617b20ff0b3;hb=9a6417e03595e1194f125ca33d2b60b8eac9a512;hp=b21603f6200ebe234269834d0402594825d559eb;hpb=360b2c27012f3f787382bee9ce0b4e4707b22dc3;p=fw%2Fopenocd diff --git a/tcl/target/xilinx_zynqmp.cfg b/tcl/target/xilinx_zynqmp.cfg index b21603f62..2df7a4ff9 100644 --- a/tcl/target/xilinx_zynqmp.cfg +++ b/tcl/target/xilinx_zynqmp.cfg @@ -92,12 +92,14 @@ for { set _core 0 } { $_core < $_cores } { incr _core } { eval $_command } +target create uscale.axi mem_ap -dap uscale.dap -ap-num 0 + eval $_smp_command targets $_TARGETNAME.0 proc core_up { args } { global _TARGETNAME - foreach { core } [set args] { + foreach core $args { $_TARGETNAME.$core arp_examine } }