Entity sync_uint_counter
pub unsafe entity sync_uint_counter<#uint N>(source_clk: clock, dest_clk: clock, input: uint<N>) -> uint<N>Expand
Synchronizes a uint counter signal between domains. The counter aspect is important, it must be a N bit gray counter for this to do anything useful.