OpenCores
URL https://opencores.org/ocsvn/uart16550/uart16550/trunk

Subversion Repositories uart16550

[/] [uart16550/] [trunk/] [rtl/] [verilog/] [uart_defines.v] - Diff between revs 29 and 45

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 29 Rev 45
Line 61... Line 61...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.7  2001/08/24 21:01:12  mohor
 
// Things connected to parity changed.
 
// Clock devider changed.
 
//
// Revision 1.6  2001/08/23 16:05:05  mohor
// Revision 1.6  2001/08/23 16:05:05  mohor
// Stop bit bug fixed.
// Stop bit bug fixed.
// Parity bug fixed.
// Parity bug fixed.
// WISHBONE read cycle bug fixed,
// WISHBONE read cycle bug fixed,
// OE indicator (Overrun Error) bug fixed.
// OE indicator (Overrun Error) bug fixed.
Line 169... Line 173...
 
 
`define UART_FIFO_WIDTH 8
`define UART_FIFO_WIDTH 8
`define UART_FIFO_DEPTH 16
`define UART_FIFO_DEPTH 16
`define UART_FIFO_POINTER_W     4
`define UART_FIFO_POINTER_W     4
`define UART_FIFO_COUNTER_W     5
`define UART_FIFO_COUNTER_W     5
// receiver fifo has width 10 because it has parity and framing error bits
// receiver fifo has width 11 because it has break, parity and framing error bits
`define UART_FIFO_REC_WIDTH  10
`define UART_FIFO_REC_WIDTH  11
 
 
 
 
 
 
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.