Forum Discussion
5 Replies
- YuanLi_S_Intel
Regular Contributor
Hi,
Well if this is the case, i would recommend you use the LVDS IP on both transmitting and receiving side. You can write your RTL design as well but it would be better if you could leverage the IP.
THank YOu.
- basn
New Contributor
Hi ,
Thanks for the suggestion. I have been using LVDS IP on both transmitter and receiver side. But, the system works occasionally only. Sometime there is no reception at all and when there is, the data recovered is not aligned and not in order. I tried with sending a 10 bit counter data and what I receive on the receiver side is random data between 1 to 1023. I was wondering if there is any way to align and recover the data on receiver side and make sure the reception is not occasional.
Thank You
- YuanLi_S_Intel
Regular Contributor
Hi Keshav,
On the receiver side, have you used DPA mode? You might need to enable those setting and do some setting in order to receive signal correctly. You may take a look at our user gude for that.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_altera_lvds.pdf
Thank You.
- basn
New Contributor
Hi SooY,
Thank You very much for the reply. But unfortunately there is no DPA mode availabe for MAX10 M08.
The LVDS IP available for MAX10 devices is soft LVDS intel FPGA IP. https://www.intel.com/content/www/us/en/programmable/documentation/sam1394433606063.html#sam1394435177990 .
However, there is a data realignment circuit using RX_DATA_ALIGN pulse. Page 26,27. I have tried using it and tried using ISSP tool to pulse the RX_DATA_ALIGN signal (as advised on the link https://www.youtube.com/watch?v=02lgfcxSjQA&list=PLJCQGKgvE0JCr1W9vFL4phkvlPtWHlUVa&index=4&t=0s) but still no luck. The received signal as captured is
I'm stuck here. Just don't know how to recover the data correctly, it should be 8-bit continuous counter data.
Any suggestion will be highly appreciated.
Thank you very much.
- YuanLi_S_Intel
Regular Contributor
Hi Keshav,
Can you try with a LVDS IP instead of the "simply XOR the serialized data with the higher frequency ( above 500MHZ) before transmitting". If it is working, that means to say the method you are using may not be appropriate.
Thank You,