Forum Discussion
Altera_Forum
Honored Contributor
7 years agoI don't see how the t2 timing would be the culprit.
The IP that controls the ADC core is quite simple: It sets the command_valid signal high, and increments the command_channel after command_ready goes high. The other signals I am looking at with the signal tap. I just did another test where I issued commands in the following sequence: 11, 11, 12, 12 and got the data in this sequence: 12, 11, 11, 12 So that does support the notion of latency, but based on the ADC timing diagram, my design _should_ account for that. Thank you for the response.