Entity sync2_bool
pub entity sync2_bool(clk: clock, input: bool) -> boolExpand
Synchronize a bool signal into another domain. This guarantees valid values, but does
not guarantee that all values are transferred. If synchronizing a short pulse where
seeing the pulse is important, handshake may be better