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

Subversion Repositories ps2

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

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

Rev 23 Rev 24
Line 41... Line 41...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.4  2003/07/01 12:33:45  mihad
 
// Added an option to use constant values instead of RAM
 
// in the translation table.
 
//
// Revision 1.3  2003/05/28 16:26:51  simons
// Revision 1.3  2003/05/28 16:26:51  simons
// Change the address width.
// 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
Line 88... Line 92...
      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 [3:0]  wb_adr_i ;
input [31:0] 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.