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

Subversion Repositories ps2

[/] [ps2/] [tags/] [rel_9/] [rtl/] [verilog/] [ps2_wb_if.v] - Diff between revs 13 and 15

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

Rev 13 Rev 15
Line 41... Line 41...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.5  2002/04/09 13:24:11  mihad
 
// Added mouse interface and everything for its handling, cleaned up some unused code
 
//
// Revision 1.4  2002/02/20 16:35:43  mihad
// Revision 1.4  2002/02/20 16:35:43  mihad
// Little/big endian changes continued
// Little/big endian changes continued
//
//
// Revision 1.3  2002/02/20 15:20:10  mihad
// Revision 1.3  2002/02/20 15:20:10  mihad
// Little/big endian changes incorporated
// Little/big endian changes incorporated
Line 106... Line 109...
      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 [31:0] wb_adr_i ;
input [2: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 ;
 
 

powered by: WebSVN 2.1.0

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