Hi
FPGA(xilinx,IBUFDS+IDELAYE2+ISERDESE2+vio, according xilinx document "xapp524-serial-lvds-adc-interface.pdf") receive AFE5832LP LVDS data:I change Dclk delay value by VIO of vivado, and get Dclk's ISERDESE2 ouput(Q1~Q6) at the same time.
AFE5832LP configration: ADC_CLK=80MHz,12bit ADC,12bit LVDS,PAT_MODES=Deskew,LVDS 1x,
By set dclk delay value to "h03"(ISERDESE2 Q1~Q6="h00" when set delay"h01"; ISERDESE2 Q1~Q6="h11" when set delay"h05"),I can receive Lvds data corrently"h0555".
but I can't receive lvds data corrently when I download the same bitstream somotimes, "h0555" or other value; ISERDESE2 Q1~Q6 are always change when I set dclk delay value from "h00"to "h1F", why?
By the way,
1, Why some Register value are different? such as reg h60/h61/h82/h83...,and they are not descripted in datasheet.
2, can you provide me detailed Register Description or datasheet?
Thanks!