Entity sync_wide
pub entity sync_wide<T>(source_clk: clock, rst: bool, input: T, init: T, dest_clk: clock) -> TExpand
Synchronizes a wide value from the source domain into the destination domain. This guarantees that all values sent between the domains are valid, but some values may be skipped