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

Subversion Repositories uart16550

[/] [uart16550/] [trunk/] [rtl/] [verilog/] [uart_top.v] - Diff between revs 50 and 65

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

Rev 50 Rev 65
Line 62... Line 62...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.16  2001/12/06 14:51:04  gorban
 
// Bug in LSR[0] is fixed.
 
// All WISHBONE signals are now sampled, so another wait-state is introduced on all transfers.
 
//
// Revision 1.15  2001/12/03 21:44:29  gorban
// Revision 1.15  2001/12/03 21:44:29  gorban
// Updated specification documentation.
// Updated specification documentation.
// Added full 32-bit data bus interface, now as default.
// Added full 32-bit data bus interface, now as default.
// Address is 5-bit wide in 32-bit data bus mode.
// Address is 5-bit wide in 32-bit data bus mode.
// Added wb_sel_i input to the core. It's used in the 32-bit mode.
// Added wb_sel_i input to the core. It's used in the 32-bit mode.
Line 270... Line 274...
`else
`else
uart_debug_if dbg(/*AUTOINST*/
uart_debug_if dbg(/*AUTOINST*/
                                                // Outputs
                                                // Outputs
                                                .wb_dat32_o                              (wb_dat32_o[31:0]),
                                                .wb_dat32_o                              (wb_dat32_o[31:0]),
                                                // Inputs
                                                // Inputs
                                                .wb_clk_i                                (wb_clk_i),
 
                                                .wb_rst_i                                (wb_rst_i),
 
                                                .wb_adr_i                                (wb_adr_int[`UART_ADDR_WIDTH-1:0]),
                                                .wb_adr_i                                (wb_adr_int[`UART_ADDR_WIDTH-1:0]),
                                                .re_o                                            (re_o),
 
                                                .ier                                             (ier[3:0]),
                                                .ier                                             (ier[3:0]),
                                                .iir                                             (iir[3:0]),
                                                .iir                                             (iir[3:0]),
                                                .fcr                                             (fcr[1:0]),
                                                .fcr                                             (fcr[1:0]),
                                                .mcr                                             (mcr[4:0]),
                                                .mcr                                             (mcr[4:0]),
                                                .lcr                                             (lcr[7:0]),
                                                .lcr                                             (lcr[7:0]),

powered by: WebSVN 2.1.0

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