verilog-uart icon indicating copy to clipboard operation
verilog-uart copied to clipboard

Simple 8-bit UART realization on Verilog HDL.

Results 5 verilog-uart issues
Sort by recently updated
recently updated
newest added

Hello there! I found your repository very well. But it did not have test-bench for the simulation of top file of uart (which contains Tx and Rx both). I have...

Hi, I found that there is a compile error in Uart8Transmitter.v:24 and I fixed it. Could you please check if this commit can be merged in your repository? It looks...

The transmitter fails to set the stop bit high. The receiver is unstable because it does not sample in the middle of the clock interval.

add parameter to control data width

enhancement
help wanted

`testbench.v` is missing in project

help wanted