将图像从 PC 读取到 FPGA 并返回

发布于 2024-10-08 17:21:57 字数 144 浏览 0 评论 0原文

我需要从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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦一生花开无言 2024-10-15 17:21:57

几年前我遇到了同样的问题,但我想发送和接收实时图像。当时我正在研究,我发现最好的(快速芯片)解决方案是 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---

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文