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

Subversion Repositories uart16550

[/] [uart16550/] [trunk/] [rtl/] [verilog/] [uart_wb.v] - Diff between revs 29 and 33

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

Rev 29 Rev 33
Line 1... Line 1...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
////                                                              ////
////                                                              ////
////  uart_TX_FIFO.v                                              ////
////  uart_wb.v                                                   ////
////                                                              ////
////                                                              ////
////                                                              ////
////                                                              ////
////  This file is part of the "UART 16550 compatible" project    ////
////  This file is part of the "UART 16550 compatible" project    ////
////  http://www.opencores.org/cores/uart16550/                   ////
////  http://www.opencores.org/cores/uart16550/                   ////
////                                                              ////
////                                                              ////
Line 62... Line 62...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.8  2001/08/24 21:01:12  mohor
 
// Things connected to parity changed.
 
// Clock devider changed.
 
//
// Revision 1.7  2001/08/23 16:05:05  mohor
// Revision 1.7  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 90... Line 94...
//
//
// Author: Jacob Gorban   (jacob.gorban@flextronicssemi.com)
// Author: Jacob Gorban   (jacob.gorban@flextronicssemi.com)
// Company: Flextronics Semiconductor
// Company: Flextronics Semiconductor
//
//
 
 
 
// synopsys translate_off
`include "timescale.v"
`include "timescale.v"
 
// synopsys translate_on
 
 
module uart_wb (clk,
module uart_wb (clk,
        wb_rst_i,
        wb_rst_i,
        wb_we_i, wb_stb_i, wb_cyc_i, wb_ack_o,
        wb_we_i, wb_stb_i, wb_cyc_i, wb_ack_o,
        we_o, re_o // Write and read enable output for the core
        we_o, re_o // Write and read enable output for the core

powered by: WebSVN 2.1.0

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