You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that there is no CDC synchronizers at the RX input in the uart_rx.v module. rxd is an asynchronous input, so rxd_reg register is going to be metastable.
Best regards
The text was updated successfully, but these errors were encountered:
Hello,
I have noticed that there is no CDC synchronizers at the RX input in the uart_rx.v module.
rxd
is an asynchronous input, sorxd_reg
register is going to be metastable.Best regards
The text was updated successfully, but these errors were encountered: