Hi,
I am trying to figure out the time order of the of ADC output from IDDR. I attempted to get the order from this section of the comment in the acd12d10000_rfrf.v file.
/* The time order for des mode (above) is: (example for 8 bit adc)
* dqd1_reg[7:0] did1_reg[7:0] dq1_reg[7:0] di1_reg[7:0]
* dqd1_reg[15:8] did1_reg[15:8] dq1_reg[15:8] di1_reg[15:8]
* dqd1_reg[23:16] did1_reg[23:16] dq1_reg[23:16] di1_reg[23:16]
* dqd1_reg[31:24] did1_reg[31:24] dq1_reg[31:24] di1_reg[31:24]
*
*/
Here is what I got, {dqd_r, did_r, dq_r, di_r, dqd_f,did_f, dq_f, di_f}. But further test show this is not the right time order.Could you help me figure out the right order.
Thank you very much,