您是否打算通过GbE IP实时发送处理过的图像?
如果是这样,请考虑源数据速率与GbE输出通道的有效数据速率之间的差异。
与其要求我们为您设计解决方案,您应该开发自己的顶级框图,其中包含您设计的每个功能块(或流程)。
然后弄清楚每个块的实现方式
在FPGA硬件中(如果适用)
互连(电缆,连接器等)
板级硬件(内存,电源)
在算法(数据压缩,图像处理等)
这将帮助您组织您的想法,识别技术问题,并识别缺少的知识或专业知识。
然后,您应该能够提出更具体的问题,更好地了解需求和依赖关系以及上下文。
- 鲍勃埃尔金德
签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。
阅读手册或用户指南。
你读过手册了吗?
你能找到手册吗?2。
搜索论坛(并搜索网页)以寻找类似的主题。
不要在多个论坛上发布相同的问题。
不要在别人的主题上发布新主题或问题,开始新的主题!5。
学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。
提供有用的详细信息(请与网页,数据表链接).7。
您的代码中的评论不需要支付额外费用。
我没有支付论坛帖子的费用。
如果我写一篇好文章,那么我一无所获。
以上来自于谷歌翻译
以下为原文
Do you intend to send processed images via GbE IP in real time? If so, consider the difference in source data rate vs. the effective data rate of the GbE output channel.
Rather than ask us to design your solution for you, you should develop your own top-level block diagram with each of the functional blocks (or processes) of your design represented. Then figure out how each block might be implemented
- in FPGA hardware (if applicable)
- in interconnect (cables, connectors, etc.)
- in board-level hardware (memory, power supplies)
- in algorithms (data compression, image processing, etc.)
This will help you to organise your thoughts, identify technical problems, and identify missing bits of knowledge or expertise. Then you should be able to ask more specific questions, with a better understanding of requirements and dependencies and context.
-- Bob Elkind
SIGNATURE:
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.