zedboard fpga in loop

9 views (last 30 days)
irem
irem on 20 Aug 2015
Commented: Eduardo Flores on 29 Nov 2020
Hello, Has anybody used zedboard in fpga in loop simulation? If so are there any documents or explainitions? Thank you

Answers (2)

Tao Jia
Tao Jia on 24 Aug 2015
Note that zedboard only supports JTAG connection with the host when using FPGA-in-the-Loop, while this tutorial was designed for both Ethernet and JTAG connection. You just need to following the instructions specific to Xilinx JTAG.
To run this demo, you need Xilinx Vivado.
  4 Comments
irem
irem on 7 Sep 2015
I have tried however I have the error # current_hw_device [lindex [get_hw_devices] $chain_position] # refresh_hw_device -update_hw_probes false [lindex [get_hw_devices] $chain_position] # set_property PROGRAM.FILE {C:\Users\Student\Documents\MATLAB\R2015a_start\DUT_fil\DUT_fil.bit} [lindex [get_hw_devices] $chain_position] # program_hw_devices [lindex [get_hw_devices] $chain_position] ERROR: [Labtoolstcl 44-10] Device arm_dap_0 is not programmable What can be the problem? Best regards
Eduardo Flores
Eduardo Flores on 29 Nov 2020
Hey @Irem, did you managed to solve the Device arm_dap_0 is not programmable error?

Sign in to comment.


Antti Wredfors
Antti Wredfors on 23 Sep 2015
I have some diffuculties with new 2015b release too. It's a litle bit same like previous post. The tcl file will not download bitstream correctly.
HDL Workflow advisor can sometimes program Zedboard, but usually it does not! If I use Vivado 2014.4 to download bitstream then it works. (Without tcl functions)
What I discovered was that "vivado_download.tcl"-file is not fully correct at this Vivado 2014.4 release. With Simulink 2015a and Vivado 2014.2 this works always correctly. But not anymore with new releases.
Original vivado_download.tcl file uses command "current_hw_target [get_hw_targets *]". If I remove this line from tcl file, then this works perfectly.
Is there any soutions for bitstream download issues?
BR Antti
  2 Comments
Ram Bhaskara
Ram Bhaskara on 28 Mar 2020
Hi! I did not understand how to get around this error. Can you please suggest the steps to get around it?
labtoolstcl 44-10 device arm_dap_0 is not programmable
Thanks!
- Ram
Eduardo Flores
Eduardo Flores on 29 Nov 2020
Did you solve this isse @Ram Bhaskara? I have the same problem

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!