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

Subversion Repositories ps2

[/] [ps2/] [tags/] [rel_14/] [rtl/] [verilog/] [ps2_top.v] - Diff between revs 15 and 19

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

Rev 15 Rev 19
Line 41... Line 41...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.3  2003/05/28 16:27:09  simons
 
// Change the address width.
 
//
// Revision 1.2  2002/04/09 13:21:15  mihad
// Revision 1.2  2002/04/09 13:21:15  mihad
// Added mouse interface and everything for its handling, cleaned up some unused code
// Added mouse interface and everything for its handling, cleaned up some unused code
//
//
// Revision 1.1.1.1  2002/02/18 16:16:56  mihad
// Revision 1.1.1.1  2002/02/18 16:16:56  mihad
// Initial project import - working
// Initial project import - working
Line 97... Line 100...
      wb_we_i ;
      wb_we_i ;
 
 
input [3:0] wb_sel_i ;
input [3:0] wb_sel_i ;
 
 
input [2:0] wb_adr_i,
input [2:0] wb_adr_i,
            wb_dat_i ;
input [31:0] wb_dat_i ;
 
 
output [31:0] wb_dat_o ;
output [31:0] wb_dat_o ;
 
 
output wb_ack_o ;
output wb_ack_o ;
 
 

powered by: WebSVN 2.1.0

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