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

Subversion Repositories pci

[/] [pci/] [tags/] [rel_9/] [bench/] [verilog/] [wb_slave_behavioral.v] - Diff between revs 104 and 119

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

Rev 104 Rev 119
Line 40... Line 40...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.5  2003/07/29 08:19:47  mihad
 
// Found and simulated the problem in the synchronization logic.
 
// Repaired the synchronization logic in the FIFOs.
 
//
// Revision 1.4  2003/06/12 02:30:39  mihad
// Revision 1.4  2003/06/12 02:30:39  mihad
// Update!
// Update!
//
//
// Revision 1.3  2002/10/11 10:08:58  mihad
// Revision 1.3  2002/10/11 10:08:58  mihad
// Added additional testcase and changed rst name in BIST to trst
// Added additional testcase and changed rst name in BIST to trst
Line 72... Line 76...
        ERR_O,
        ERR_O,
        RTY_O,
        RTY_O,
        SEL_I,
        SEL_I,
        STB_I,
        STB_I,
        WE_I,
        WE_I,
        CAB_I
        CTI_I,
 
        BTE_I
);
);
 
 
/*------------------------------------------------------------------------------------------------------
/*------------------------------------------------------------------------------------------------------
WISHBONE signals
WISHBONE signals
------------------------------------------------------------------------------------------------------*/
------------------------------------------------------------------------------------------------------*/
Line 90... Line 95...
output                  ERR_O;
output                  ERR_O;
output                  RTY_O;
output                  RTY_O;
input   `WB_SEL_TYPE    SEL_I;
input   `WB_SEL_TYPE    SEL_I;
input                   STB_I;
input                   STB_I;
input                   WE_I;
input                   WE_I;
input                   CAB_I;
input    [2:0]          CTI_I;
 
input    [1:0]          BTE_I;
 
 
reg     `WB_DATA_TYPE   DAT_O;
reg     `WB_DATA_TYPE   DAT_O;
 
 
/*------------------------------------------------------------------------------------------------------
/*------------------------------------------------------------------------------------------------------
Asynchronous dual-port RAM signals for storing and fetching the data
Asynchronous dual-port RAM signals for storing and fetching the data

powered by: WebSVN 2.1.0

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