- What version of HDL Coder and HDL Verifier are you using?
- Are using MATLAB only workflow or is it reproducible in Simulink as well?
- Are you using Vivado? What release?
- Are you specifically target a off-the-shlef board? If so details would be useful
- Are you using MathWorks supplied reference design or did you build you own?
- What is your platform (Windows/Linux)?
- What kind of JTAG cable?
- Have you tried any shipping examples? Do you see the same behavior?
- I am sure I missed few others here...
Timed out on waiting for AXI write response.
12 ビュー (過去 30 日間)
古いコメントを表示
After successfully running the HDLWA via the JTAG route, i create an AXI master object in MATLAB and then i try and write to memory to a specific register but i get an error as follow:
h.writememory(hex2dec('A4000100'), 6)
Error using fpgadebug_mex
Timed out on waiting for AXI write response. The aresetn signal on the MATLAB AXI Master IP is stuck at active low.
Error in hdlverifier.AXIMasterJTAG/writememory
I am not sure if it's my setup in Vivado that's incorrect but would appreacite any guidance/help on this error.
I am using R2020a with Vivado version 2018.2. Windows 10 OS, the model is built in Simulink and I created a custom reference deign. I use the HDLWA to create an IP Core that fits into a larger design. The JTAG is a USB 2.0 type A to type B an the board settings were changed to use this configuration. I am using the Blining LED example in Simulink.
0 件のコメント
回答 (2 件)
Kiran Kintali
2020 年 9 月 30 日
This is insufficient info to answer the question. Someone to answer this question would need to know the following details at the minimum to sufficently diagnose the issue you are facing.
6 件のコメント
Nadatimuj
2021 年 2 月 25 日
Hi @Praneet Kala Thanks for your quick response. I am not using any SD card. My Kintex Ultrascale KU040 board is connnected to my PC with a micro USB cable through the on-board Digilent USB-JTAG module. I used this for programming and also using this for writing data. My board doesn't have any SoC too. I am just trying to write to a memory mapped slave register through the AXI master. I am attaching my project as well as a screenshot of the block design. You can also download my project: https://drive.google.com/file/d/1M9Cedvr442VkiHGPODFa4UxSA7h5vV2l/view?usp=sharing
If you can suggest anything that would be really helpful. I am stuck for 2 days.
Nadatimuj
2021 年 2 月 26 日
@Praneet Kala My issue is solved here: https://forums.xilinx.com/t5/Xilinx-Evaluation-Boards/Why-is-output-of-clock-wizard-stuck-to-zero/td-p/1211214
My issue was, I didn't use crystal clock. I used create_clock only as the Matlab documentation showed. Using differential crystal clock solved my problem.
Thanks for your help.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!