USRP2 FPGA 调试
我在 USRP2 的 FPGA 代码(Verilog)中添加了一些功能。我想调试代码。您能建议一下如何调试 FPGA 代码吗?
我不想为该模块编写测试平台。我是否可以写入FPGA代码中的缓冲区并从固件读取该缓冲区并从USRP2的串行控制台读取它。
任何提示/方向都会非常有帮助。
谢谢 基兰
I have added some functionality in the FPGA code( Verilog) in USRP2. I would like to debug the code. Can you please suggest, how to debug the FPGA code .
I donot want to write the testbench for the module. Is it possible that I could write to a buffer in the FPGA code and read this buffer from the firmware and read it from the serial console of the USRP2.
Any hints/ direction would be highly helpful.
Thanks
Kiran
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过两种不同的方式调试代码,一种是使用设备上可用的调试端口,第二种是使用 JTAG 端口并使用 ChipScope 来调试代码。
这是来自 GR 站点: http:// gnuradio.org/redmine/projects/gnuradio/wiki/USRP2UserFAQ#Is-there-a-JTAG-port
这是 Nick Foster 在 GR 邮件列表中回复的答案:
BR,
法哈德
You can debug your code in 2 different ways, one is using the debug port available on the unit the second one is to use the JTAG port and use the ChipScope to debug your code.
This is from the GR site: http://gnuradio.org/redmine/projects/gnuradio/wiki/USRP2UserFAQ#Is-there-a-JTAG-port
And this is the answer Nick Foster replied to on the GR mailing list:
BR,
Farhad