AUcamera
New Contributor
3 years agoCan Serial Lite II in a Stratix IV talke to Serial Lite III in an Arria 10???
i have a legacy Stratix IV design using Serial Lite II to interface to another PCB. That second PCB has been upgraded to an Arria 10. Since I have to use Serial Lite III in the Arria 10, can it be ...
- 3 years ago
Hi Robert
No, the SerialLite II and SerialLite III IPs are incompatible due the different encoding schemes used by each. SerialLite II uses 8B/10B encoding and SerialLite III uses 64B/67B encoding. Packet structure differences also prohibit compatability.
You can find the above information at Intel FPGA Knowledge Base articel below.
https://www.intel.ca/content/www/ca/en/support/programmable/articles/000080304.html
In the case, you could consider stick to Serial Lite II in A10, below is the wiki link to the design example and also the Serial Lite II design and document (https://community.intel.com/t5/FPGA-Wiki/Using-SerialLite-II-IP-on-Arria-10-devices/ta-p/735662)