当前位置:网站首页>USB(十六)2022-04-28
USB(十六)2022-04-28
2022-07-07 21:50:00 【晓晓暮雨潇潇】
进行测试之前应该明确固件的相关配置,可参考(十四);查看开发环境篇了解Control center和Streamer的使用,使用测试使用Streamer进行速度测试,确保FX3运行在3.0状态,使用Control center完成基础读写测试。另外测试之前应了解板卡信息,修改相应的管脚映射。
1.读测试
下位机读测试代码的机理是只要缓冲区中有数就一直读,直到读空缓冲区为止。在读操作中以16kB为单位由上位机(control center)下发数据,若数据小于16kB,则发送时要注意,不能为1024bit的倍数,否则只有当数据累计达到16kB时才能采集到。同时经过验证,上位机下发数据若小于1024也可以通过ILA采集到。通过GPIF II接口可以由FPGA读取到,并可通过逻辑分析仪抓取验证。其中flag_x_d均为采样后的信号。在用局部标志情况下的通用公式计算时使用采样后的信号。使用vivado烧写(.bit)文件同时烧写DEBUG(.ltx)文件后即可弹出ILA显示界面,可将触发信号设置为slrd_n的下降沿触发,观察ILA抓取的最后一个数据和上位机下发的数据是否一致,验证实验结果。同时明确逻辑分析仪的一格代表写入或者读出一次数据字。
verilog代码如下:
边栏推荐
- Guessing game (read data from file)
- Software evaluation center ▏ what are the basic processes and precautions for automated testing?
- 一次搞明白 Session、Cookie、Token,面试问题全稿定
- 网络安全-钓鱼
- Understand the session, cookie and token at one time, and the interview questions are all finalized
- Wechat forum exchange applet system graduation design completion (4) opening report
- 智慧社區和智慧城市之間有什麼异同
- It's no exaggeration to say that this is the most user-friendly basic tutorial of pytest I've ever seen
- 微信论坛交流小程序系统毕业设计毕设(2)小程序功能
- PCL . VTK files and Mutual conversion of PCD
猜你喜欢
Introduction to redis and jedis and redis things
十三、系统优化
I wish you all the best and the year of the tiger
Sword finger offer 27 Image of binary tree
Specific method example of V20 frequency converter manual automatic switching (local remote switching)
Wechat forum exchange applet system graduation design completion (7) Interim inspection report
What does the model number of asemi rectifier bridge kbpc1510 represent
Line test - graphic reasoning -7- different graphic classes
微信论坛交流小程序系统毕业设计毕设(4)开题报告
微信论坛交流小程序系统毕业设计毕设(7)中期检查报告
随机推荐
网络安全-burpsuit
消费品企业敏捷创新转型案例
Use JfreeChart to generate curves, histograms, pie charts, and distribution charts and display them to JSP-1
This time, let's clear up: synchronous, asynchronous, blocking, non blocking
网络安全-beef
What are the similarities and differences between smart communities and smart cities
Dynamics 365 查找字段过滤
位运算(Bit Operation)
JS triangle
V20变频器手自动切换(就地远程切换)的具体方法示例
Software evaluation center ▏ what are the basic processes and precautions for automated testing?
Bit operation
微信论坛交流小程序系统毕业设计毕设(3)后台功能
Lecture 30 linear algebra Lecture 5 eigenvalues and eigenvectors
智慧社區和智慧城市之間有什麼异同
Advantages and disadvantages of rest ful API
2021-01-11
Wechat forum exchange applet system graduation design (3) background function
Introduction to anomaly detection
Guessing game (read data from file)