arlen
New Contributor
5 years agodeinterlace IP
deinterlace II ip ,when i select 8bit or 12bit of color sample, my program is working properly, but when i select 10bit, is abnormal. The input is the same
deinterlace II ip ,when i select 8bit or 12bit of color sample, my program is working properly, but when i select 10bit, is abnormal. The input is the same
Hi,
I am not sure what colour format that you use. Have you try with different color format input ?
Are you using latest Quartus version else you can try upgrade to latest Quartus version to see if the issue still persist ?
Also you can try out different deinterlacing algorithm to see if it make a difference
Thanks.
Regards,
dlim
Hi,
Unfortunately we don't have the example design.
Intel FPGA doesn't offer v18.2. I presume you are referring to v18.1.2 ?
To rule out potential old Quartus version issue,
Another thing to check is to ensure your FPGA design is timing clean to avoid design functionality failure
Thanks.
Regards,
dlim
hi,
现在发现主要问题还是avalon-mm接口,发现deinterlace ip 出来的某次读突发会导致avalon-st接口的ready拉低一直不变,st接口按照协议打包正确,mm接口也是按照官方手册的时序进行操作的,但是有一点就是我同事的mm接口没有突发长度为1的时候,但是我这边频繁出现,官方对这个IP没有任何时序上的介绍,所以也不知道问题现在在哪
HI,
The timing diagram spec of all Video IP is shared and explained in chapter 2 of the VIP user guide doc. Feel free to check it out.
Thanks.
Regards,
dlim
Hi,
发现当deinterlace ip参数设置中的Avalon-MM接口位宽设置为256bit时,屏幕就不显示,Avalon-ST接口的ready就拉起不来;而选择接口位宽为512bit时,但由于我的emif是320bit位宽,所以我只截取MM接口的低256bit进行读写DDR。最终显示图像的现象是文字会抖动,应该是少了一半有效数据的关系。
但为什么ip 选择256不行,而选择512可以?
选择256和512以及128bit位宽有什么区别?
Hi,
The bus bit width should only affect the operating frequency to maintain the same video bandwidth
If larger bus bit width works, I suspect your design could be facing timing closure issue where the data transfer can only happen safely with lower operating frequency
Thanks.
Regards,
dlim
但是为什么512bit位宽是可以的?如果按照您的说法,更改位宽需要更大的频率,256bit不行,那么512bit也应该不行
Hi,
I am not sure I am following your explanation here.
When bus width goes higher, the expected operating frequency should goes lower.
Thanks.
Regards,
dlim
Sorry, typo in my earlier post
When bus width goes higher, the expected operating frequency should goes lower.