URL
https://opencores.org/ocsvn/ps2/ps2/trunk
Subversion Repositories ps2
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 16 to Rev 17
- ↔ Reverse comparison
Rev 16 → Rev 17
/trunk/rtl/verilog/ps2_keyboard.v
111,7 → 111,6
|
|
// synopsys translate_off |
`resetall |
`include "timescale.v" |
// synopsys translate_on |
`define TOTAL_BITS 11 |
/trunk/rtl/verilog/ps2_translation_table.v
43,6 → 43,9
// CVS Revision History |
// |
// $Log: not supported by cvs2svn $ |
// Revision 1.2 2002/04/09 13:21:15 mihad |
// 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 |
// Initial project import - working |
// |
113,7 → 116,8
`define PS2_RAM_SELECTED |
|
wire [7:0] ram_out ; |
RAMB4_S8 `ifdef SIM |
RAMB4_S8 |
`ifdef SIM |
#("ignore", |
`PS2_TRANSLATION_TABLE_31_0, |
`PS2_TRANSLATION_TABLE_63_32, |