Hi,
Sorry for such a long delay on this issue. To make sure we're on the same page about what you're trying to do, let me lay out how I would go about synchronizing multiple parts. I think the key here is using the input clock to the ADCs to capture the data in the FPGA rather than the output clock. See the block diagram below. The key timing specs are the total latency of the ADC (fixed at 17.5 clock cycles) and the tSTART and tEND parameters that define the data valid window relative to the input clock. If you match all of the clock trace lengths to the ADCs and FPGA and the data trace lengths from the ADCs to the FPGA, then this all simply comes down to meeting the timing constraints for all data bits (from all converters) relative to the single input clock to the FPGA based on the tSTART and tEND parameters in the datasheet. It should be no more difficult than achieving timing for a single ADC using the input clock to capture the data instead of the output clock, except for trying to meet timing with N times more data bits. In fact, the data trace lengths could be different if you account for the differences in your timing constraints as well.
Using the method above, the total data valid window is only 2.9 ns (tEnd(min) - tStart(max)). I'm guessing that we're on the same page as far as the method and that this small window is the reason for the inquiry. Unfortunately, our timing constraints are the worst case scenario across voltage and temperature and from part to part. This is usually sufficient for high volume production because individual delays cannot be calibrated out in mass production. For that reason, we do not usually characterize the worst case timing variance for a single part.
So, I think the simple answer to your question is that we cannot guarantee that the offsets won't vary by more than 10 ps for a single part. The best we can guarantee is the tpd spec that's listed in the datasheet. I wouldn't expect a single part to vary over the full range of the tpd spec, but I would guess that the part will vary more than 10ps over temperature alone. However, for fixed operation conditions (voltage and temperature), a single part should exhibit little variance from startup to startup, but we do not have this characterized. The best we can do is measure a single part on the EVM from startup to startup to see the variance.
Regards,
Matt Guibord