URL
https://opencores.org/ocsvn/turbo8051/turbo8051/trunk
[/] [turbo8051/] [trunk/] [rtl/] [uart/] [uart_core.v] - Diff between revs 9 and 75
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 9 |
Rev 75 |
Line 119... |
Line 119... |
wire [1:0] cfg_pri_mod ; // priority mode, 0 -> nop, 1 -> Even, 2 -> Odd
|
wire [1:0] cfg_pri_mod ; // priority mode, 0 -> nop, 1 -> Even, 2 -> Odd
|
|
|
wire frm_error_o ; // framing error
|
wire frm_error_o ; // framing error
|
wire par_error_o ; // par error
|
wire par_error_o ; // par error
|
wire rx_fifo_full_err_o ; // rx fifo full error
|
wire rx_fifo_full_err_o ; // rx fifo full error
|
|
wire rx_fifo_wr_full ;
|
|
wire app_rxfifo_empty ;
|
|
|
|
|
uart_cfg u_cfg (
|
uart_cfg u_cfg (
|
|
|
. mclk (app_clk),
|
. mclk (app_clk),
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.