Forum Discussion
Altera_Forum
Honored Contributor
17 years agoYa, I am using an Enhanced Pll to get a 23MHz clock with an input of 100MHz(Slow Clock from FPLL) It works. On the receiver end I am receiving the data, and with the same 23MHz clk i am storing the data into RAM.
I am sending a 10 bit constant value from Sender to Receiver but the thing is data sampling is not proper for example if i send : Sender 01 0011 0101 Receiver 11 0101 0100 (RAM) Sender 11 0011 0100 Receiver 10 1001 1001 (RAM) I think I need some kind of data training patterns. Could you please suggest me so ideas?