Assuming the device already has the following
initial configurations and the application delays CLKOUT2 by one VCO cycle compared
to CLKOUT0:
- VCO frequency = 2949.12 MHz
- CLKOUT0 = 368.64 MHz (DCLK0_1_DIV = 8,
CLKOUT0_SRC_MUX = 0 (Device Clock))
- CLKOUT2 = 368.64 MHz (DCLK2_3_DIV = 8,
CLKOUT2_SRC_MUX = 0 (Device Clock))
The following steps should be followed:
- Set DCLK0_1_DDLY = 8 and DCLK2_3_DDLY = 9. Static delay for each clock.
- Set DCLK0_1_DDLY_PD = 0 and DCLK2_3_DDLY_PD = 0. Power up the digital delay circuit.
- Set SYNC_DIS0 = 0 and SYNC_DIS2 = 0. Allow the outputs to be synchronized.
- Perform SYNC by asserting, then unasserting SYNC.
The can be done by either using the SYNC_POL bit or the SYNC pin.
- Now that the SYNC is complete, you can power down
DCLK0_1_DDLY_PD = 1 and/or DCLK2_3_DDLY_PD = 1 to save power.
- Set SYNC_DIS0 = 1 and SYNC_DIS2 = 1. Prevent the
output from being synchronized, as this is very important for steady-state
operation when using JESD204B/C.