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

Subversion Repositories uart16550

[/] [uart16550/] [trunk/] [rtl/] [verilog/] [uart_debug_if.v] - Diff between revs 55 and 65

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

Rev 55 Rev 65
Line 52... Line 52...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.2  2001/12/12 22:17:30  gorban
 
// some synthesis bugs fixed
 
//
// Revision 1.1  2001/12/04 21:14:16  gorban
// Revision 1.1  2001/12/04 21:14:16  gorban
// committed the debug interface file
// committed the debug interface file
//
//
 
 
// synopsys translate_off
// synopsys translate_off
Line 66... Line 69...
 
 
module uart_debug_if (/*AUTOARG*/
module uart_debug_if (/*AUTOARG*/
// Outputs
// Outputs
wb_dat32_o,
wb_dat32_o,
// Inputs
// Inputs
wb_clk_i, wb_rst_i, wb_adr_i, re_o, ier, iir, fcr, mcr, lcr, msr,
wb_adr_i, ier, iir, fcr, mcr, lcr, msr,
lsr, rf_count, tf_count, tstate, rstate
lsr, rf_count, tf_count, tstate, rstate
) ;
) ;
 
 
input                                                                   wb_clk_i;
 
input                                                                   wb_rst_i;
 
input [`UART_ADDR_WIDTH-1:0]             wb_adr_i;
input [`UART_ADDR_WIDTH-1:0]             wb_adr_i;
output [31:0]                                                    wb_dat32_o;
output [31:0]                                                    wb_dat32_o;
input                                                                   re_o;
 
input [3:0]                                                      ier;
input [3:0]                                                      ier;
input [3:0]                                                      iir;
input [3:0]                                                      iir;
input [1:0]                                                      fcr;  /// bits 7 and 6 of fcr. Other bits are ignored
input [1:0]                                                      fcr;  /// bits 7 and 6 of fcr. Other bits are ignored
input [4:0]                                                      mcr;
input [4:0]                                                      mcr;
input [7:0]                                                      lcr;
input [7:0]                                                      lcr;

powered by: WebSVN 2.1.0

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