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

Subversion Repositories ps2

[/] [ps2/] [tags/] [rel_10/] [bench/] [verilog/] [ps2_sim_top.v] - Diff between revs 15 and 23

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

Rev 15 Rev 23
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:26:51  simons
 
// Change the address width.
 
//
// Revision 1.2  2002/04/09 13:16:04  mihad
// Revision 1.2  2002/04/09 13:16:04  mihad
// Mouse interface added
// Mouse interface added
//
//
// Revision 1.1.1.1  2002/02/18 16:16:55  mihad
// Revision 1.1.1.1  2002/02/18 16:16:55  mihad
// Initial project import - working
// Initial project import - working
Line 85... Line 88...
      wb_stb_i,
      wb_stb_i,
      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,
       wb_int_o ;
       wb_int_o ;

powered by: WebSVN 2.1.0

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