Forum Discussion
Deshi_Intel
Regular Contributor
6 years agoHi,
From transceiver serializer/de-serializer architecture perspective, the max PCS/PMA is 64 bits. There is no way to go beyond that.
My suggestion is you need to post process the data accordingly in FPGA core logic using your own custom IP.
Thanks.
Regards,
dlim
MADesigner
Occasional Contributor
6 years agoThank you very much for responding!
That is what I was afraid of. Are you suggesting that I maybe use a 20 bit wide interface and then some type of state machine to step through all 100 bits of my desired data packet? Would it then take 5 times as long to send the same data or would I simply have to step through the state machine 5 times faster to supply the transceiver with the data at the desired rate?