The single-bit synchronizer consists of a chain of flip-flops used to safely transfer a signal from one clock domain to another.
Figure 1. Simplified Topology of a Single-Bit Synchronizer

Key characteristics:
- You must set the
ASYNC_REGproperty on at least the first two flip-flops in the chain. - Synchronizer depth is defined by the number of chained flip-flops that share the same control signals.
- If the
CLEARorPRESETpins of the flip-flops are connected to an asynchronous source, the CDC engine reports the circuit as a single-bit synchronizer, not as an asynchronous reset synchronizer.