将图像从 PC 读取到 FPGA 并返回
我需要从PC读取一个小图像(tif格式)到FPGA套件(ALTERA DE2-70)进行处理,然后将其写回PC。我不知道如何在 Verilog 中做到这一点?
可以用C实现吗?如果是这样,我如何结合我的 C/HDL 代码来协同工作?
谢谢你!
I need to read a small image (tif format) from PC to FPGA kit (ALTERA DE2-70) for processing, then write it back to PC. I have no idea how to do it in Verilog?
Can it be done in C? if so, how can I combine my C/HDL code to work together?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
几年前我遇到了同样的问题,但我想发送和接收实时图像。当时我正在研究,我发现最好的(快速芯片)解决方案是 opalkelly 的 XEM6001。 http://www.opalkelly.com/products/xem6001/
指定控制器 (Cypress cy68013a),用于处理 USB 中 PC 和 FPGA 之间 36 MB/秒的所有通信。
以及 C、C++、C#、Ruby、Python 和 Java 语言的 API(应用程序程序员接口)。价格200美元。 ---奥莎---
a few mounts ago i were having the same problem, but i wanted to send and receive a real time image. back then i was researching and the best (fast an chip) solution that i find was the XEM6001 of opalkelly. http://www.opalkelly.com/products/xem6001/
specify controller (Cypress cy68013a) that handle all the communication on a 36 MBytes/second between the PC and FPGA in USB.
and API (Application Programmer's Interface) in C, C++, C#, Ruby, Python, and Java. the price 200$. ---odsa---