URL
https://opencores.org/ocsvn/ps2/ps2/trunk
Subversion Repositories ps2
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 18 to Rev 19
- ↔ Reverse comparison
Rev 18 → Rev 19
/trunk/rtl/verilog/ps2_top.v
43,6 → 43,9
// CVS Revision History |
// |
// $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 |
// Added mouse interface and everything for its handling, cleaned up some unused code |
// |
99,7 → 102,7
input [3:0] wb_sel_i ; |
|
input [2:0] wb_adr_i, |
wb_dat_i ; |
input [31:0] wb_dat_i ; |
|
output [31:0] wb_dat_o ; |
|