完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
使用Virtex 7器件从这种ADC读取数据的最有效方法是什么。
我是FPGA编程的初学者,所以不知道使用什么或天气不好我可以使用GTX / P收发器。 任何帮助都表示赞赏,是的,我在这个问题上谷歌了两个多星期。 以上来自于谷歌翻译 以下为原文 What is the most efficient way of reading data from such an ADC using Virtex 7 devices. i am a beginer in FPGA programming so don't know what to use or weather or not i can use the GTX/P transcievers. Any help is appreciated and yes i did google about this issue for more than two weeks. |
|
相关推荐
5个回答
|
|
您可以找到一个参考设计,用于实现专门针对XAPP524中描述的7系列器件的ADC器件的LVDS接口。
------您是否尝试在Google中输入问题? 如果没有,你应该在发布之前。太多结果? 尝试添加网站:www.xilinx.com 以上来自于谷歌翻译 以下为原文 You can find a reference design for implementing a LVDS interface to ADC devices that specifically targets 7 Series devices described in XAPP524.------Have you tried typing your question into Google? If not you should before posting. Too many results? Try adding site:www.xilinx.com |
|
|
|
谢谢你回复mcgett。
我刚刚通过你建议的AN。 如果我错过任何东西,我不知道,但它似乎与我想要的有点不同。 我的ADC是每秒1.2千兆采样(比AN高很多)并使用9个LVDS数据通道(每位一个)。 这意味着从ADC到fpga的时钟频率为600 MHZ(DDR),这对我认为的I / O逻辑来说是可以接受的。 我很困惑如何处理这些数据。 我最初的计划是为每个位使用IDELAY和IDDR块,然后将数据输入FIFO。 但这似乎对FIFO来说有点太快了。 我想到的唯一解决方案是将我丢失的数据并行化。 IDDR之后我该怎么做? 使用ISERDES有更好的方法吗? 但是有一个非常愚蠢的问题,我从10个IOB中得到了一些信息。 我如何将它们用作任何IP的10位输入。 它可能很容易,但似乎我已经让自己陷入困境。 我必须始终使用寄存器吗? 以上来自于谷歌翻译 以下为原文 Thank you for the reply mcgett. I just went through the AN you suggested. I don't knwo if i am missing anything but it seems a bit different from what i want. My ADC is a 1.2 Giga samples per second ( Much higher speed than the AN) and uses 9 LVDS data lanes ( one for each bit). This means the clock from the ADC to the fpga is coming at 600 MHZ (DDR) which is ok for the I/O logic i think. I am just confused what to do with this data. My initial plan was to use IDELAY and IDDR blocks for each bit and then get the data into an FIFO. but this seems to be a bit too fast for the FIFO. The only solution i think of is to parallelise my data which i am lost at. How can i do this after the IDDR? is there a better way to do this using ISERDES? One really silly question though, I have bits coming in from 10 IOBs. How do i use them as 10 bit input to any IP. it might be easy but it seems like i have gotten my self stuck. do i have to always use registers? |
|
|
|
该应用程序支持1.2Gbps数据速率,并且更改代码以支持9位接口,而12或14是微不足道的。
------您是否尝试在Google中输入问题? 如果没有,你应该在发布之前。太多结果? 尝试添加网站:www.xilinx.com 以上来自于谷歌翻译 以下为原文 The application supports a 1.2Gbps data rate and changing the code to support a 9 bit interface vs 12 or 14 is trivial.------Have you tried typing your question into Google? If not you should before posting. Too many results? Try adding site:www.xilinx.com |
|
|
|
亲爱的麦吉特
再次感谢您的回复。 老实说,我期待更多的帮助。 好事是我在睡了一夜好觉后想出了一些不那么聪明的问题。 但是,对我来说,实现此设置并不是一件轻而易举的事。 我很多其他的东西,但还没有fpga,因此我问。 所以我真的很感激,如果你只是能够用你想到的一般想法指出我正确的方向。 在我看来,你的意思是说我应该使用9个iserdes并将ADC LVDS输出的每个通道视为序列化数据。 这看起来是对的吗? 在那种情况下,我在它:)。 如果这是错误的,请告诉我。 以上来自于谷歌翻译 以下为原文 Dear Mcgett Again thank you for the reply. Honestly i was expecting a bit more help. the good thing is i have figured out some of my not so smart questions after a good night sleep. However it is not yet trivial for me to implement this setup. I am excellent with many other things but not yet fpga hence why i asked. so i would really appreciate it if you just could atleast point me in the right direction with the general idea you have in mind. in my own view, you mean to say i should use 9 iserdes and regard each lane of my ADC LVDS output as a serialised data. does this seem about right? in that case i am on it :) . Just let me know if this is wrong. |
|
|
|
>老实说,我期待更多的帮助。
好的,我们似乎在这里有脱节。 在您的原始帖子中,您需要有关如何连接到9位ADC @ 1.2 Gbps的信息,并且我指出了一种参考设计,该接口设计实现了具有稍大位宽的接口,并且已在硬件中得到验证。 您应该采用这种经过验证的参考设计,并将其转换为您需要的较小的9位接口。 以这种数据速率进行设计是复杂的,这就是创建参考设计的原因,它包含了有关如何与源代码一起实现的所有细节。 ------您是否尝试在Google中输入问题? 如果没有,你应该在发布之前。太多结果? 尝试添加网站:www.xilinx.com 以上来自于谷歌翻译 以下为原文 > Honestly i was expecting a bit more help. Ok, we seem to have a disconnect here. In your original post you wanted information on how to interface to a 9-bit ADC @ 1.2 Gbps and I pointed you to a reference design that achieves that interface with a slightly larger bit width and that has been proven in hardware. You should take this proven reference design and convert it to the smaller 9-bit interface that you need. Designing at this data rate is complicated which is why the reference design was created and it includes all of the details on how this was achieved along with the source code. ------Have you tried typing your question into Google? If not you should before posting. Too many results? Try adding site:www.xilinx.com |
|
|
|
只有小组成员才能发言,加入小组>>
2361 浏览 7 评论
2780 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2247 浏览 9 评论
3324 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2414 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
730浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
524浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
336浏览 1评论
742浏览 0评论
1935浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-8 11:31 , Processed in 1.346615 second(s), Total 87, Slave 70 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号