--- Quote Start ---
Frame signal for what? Theres the frame signal from the ADC, and the frame signal that is created by the LVDS_RX block. Could it be something to do with the way I assign LVDS pins? This is driving me crazy.
--- Quote End ---
I just know a little about the LVDS.You can read this page to find some thing (
http://www.alteraforum.com/forum/showthread.php?t=32288&page=2). And also you can read the user guid(
http://www.altera.com/literature/ug/ug_altlvds.pdf).
There have two alignment that you need considner.
1.Bit alignment.Use pll phase adjust to implement.
2.World alignment.Use frame signal to align the word boundaries of the incoming serial data.
Good luck.