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

Subversion Repositories ps2

[/] [ps2/] [tags/] [rel_6/] [bench/] [verilog/] [ps2_test_bench.v] - Diff between revs 12 and 15

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

Rev 12 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:17:03  mihad
 
// Mouse interface testcases added
 
//
// Revision 1.4  2002/02/20 16:35:34  mihad
// Revision 1.4  2002/02/20 16:35:34  mihad
// Little/big endian changes continued
// Little/big endian changes continued
//
//
// Revision 1.3  2002/02/20 15:20:02  mihad
// Revision 1.3  2002/02/20 15:20:02  mihad
// Little/big endian changes incorporated
// Little/big endian changes incorporated
Line 265... Line 268...
    .wb_rst_i        (wb_reset),
    .wb_rst_i        (wb_reset),
    .wb_cyc_i        (wb_cyc),
    .wb_cyc_i        (wb_cyc),
    .wb_stb_i        (wb_stb),
    .wb_stb_i        (wb_stb),
    .wb_we_i         (wb_we),
    .wb_we_i         (wb_we),
    .wb_sel_i        (wb_sel),
    .wb_sel_i        (wb_sel),
    .wb_adr_i        (wb_adr),
    .wb_adr_i        (wb_adr[2:0]),
    .wb_dat_i        (wb_dat_m_s),
    .wb_dat_i        (wb_dat_m_s),
    .wb_dat_o        (wb_dat_s_m),
    .wb_dat_o        (wb_dat_s_m),
    .wb_ack_o        (wb_ack),
    .wb_ack_o        (wb_ack),
 
 
    .wb_int_o        (wb_int),
    .wb_int_o        (wb_int),

powered by: WebSVN 2.1.0

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