Forum Discussion
johnzaf
New Contributor
5 years agodifferential sma output issue
Hi all,
I am trying to pass a clock to a differential sma output(pins c42,c41) on my board (Arria 10 GX Development kit).
But the fitter shows me this error:
Error(14566): The Fitter cannot pla...
Ash_R_Altera
Regular Contributor
5 years agoHi,
C42 and C41 are transceiver pins and their data rate is limited as per datasheet. Minimum =1 Gbps.
As your requirement is 50 MHz around, I am afraid you can do that.
Regards.
- johnzaf5 years ago
New Contributor
Thank you Sir,
I managed to find this out.
I wonder now if it's possible to customize the 'data pattern generator IP' that it is connected with the 'Transceiver native PHY IP' (in an example design) in order to send pulses at lower data rate (by sending lots of '1' and '0' in a row) or if I could create my own IP that does that. Would you recommend such thing ?
Thank you.