Skip to content

sbaldzenka/uart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uart

UART IP-core for FPGA projects.

Folders:

  • uart_vhdl - uart on vhdl;
    • hdl - vhdl files;
    • sim - script files for modelsim/questasim;
    • tb - vhdl testbench.
  • uart_verilog - uart on verilog;
    • hdl - verilog files;
    • sim - script files for modelsim/questasim;
    • tb - verilog testbench.

❗ To set the UART baudrate, you must specify COEFF_BAUDRATE in the top project file (uart.vhd or uart.v).

COEFF_BAUDRATE = i_clk / uart_baudrate.

For example: COEFF_BAUDRATE = 50000000 Hz / 9600 = 5208 dec = 1458 hex

About

UART IP-core for FPGA projects with AXI Stream interface. Verilog and VHDL versions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors