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

Subversion Repositories pci

[/] [pci/] [tags/] [rel_8/] [rtl/] [verilog/] [top.v] - Diff between revs 106 and 115

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

Rev 106 Rev 115
Line 40... Line 40...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.10  2003/08/03 18:05:06  mihad
 
// Added limited WISHBONE B3 support for WISHBONE Slave Unit.
 
// Doesn't support full speed bursts yet.
 
//
// Revision 1.9  2003/01/27 16:49:31  mihad
// Revision 1.9  2003/01/27 16:49:31  mihad
// Changed module and file names. Updated scripts accordingly. FIFO synchronizations changed.
// Changed module and file names. Updated scripts accordingly. FIFO synchronizations changed.
//
//
// Revision 1.8  2002/10/18 03:36:37  tadejm
// Revision 1.8  2002/10/18 03:36:37  tadejm
// Changed wrong signal name scanb_sen into scanb_en.
// Changed wrong signal name scanb_sen into scanb_en.
Line 125... Line 129...
    MDAT_O,
    MDAT_O,
    SEL_O,
    SEL_O,
    CYC_O,
    CYC_O,
    STB_O,
    STB_O,
    WE_O,
    WE_O,
    CAB_O,
    CTI_O,
 
    BTE_O,
    ACK_I,
    ACK_I,
    RTY_I,
    RTY_I,
    ERR_I
    ERR_I
 
 
`ifdef PCI_BIST
`ifdef PCI_BIST
Line 188... Line 193...
output  [31:0]  MDAT_O ;
output  [31:0]  MDAT_O ;
output  [3:0]   SEL_O ;
output  [3:0]   SEL_O ;
output          CYC_O ;
output          CYC_O ;
output          STB_O ;
output          STB_O ;
output          WE_O  ;
output          WE_O  ;
output          CAB_O ;
output  [2:0]   CTI_O ;
 
output  [1:0]   BTE_O ;
input           ACK_I ;
input           ACK_I ;
input           RTY_I ;
input           RTY_I ;
input           ERR_I ;
input           ERR_I ;
 
 
`ifdef PCI_BIST
`ifdef PCI_BIST
Line 299... Line 305...
    .wbm_dat_o(MDAT_O),
    .wbm_dat_o(MDAT_O),
    .wbm_sel_o(SEL_O),
    .wbm_sel_o(SEL_O),
    .wbm_cyc_o(CYC_O),
    .wbm_cyc_o(CYC_O),
    .wbm_stb_o(STB_O),
    .wbm_stb_o(STB_O),
    .wbm_we_o (WE_O),
    .wbm_we_o (WE_O),
    .wbm_cab_o(CAB_O),
    .wbm_cti_o(CTI_O),
 
    .wbm_bte_o(BTE_O),
    .wbm_ack_i(ACK_I),
    .wbm_ack_i(ACK_I),
    .wbm_rty_i(RTY_I),
    .wbm_rty_i(RTY_I),
    .wbm_err_i(ERR_I),
    .wbm_err_i(ERR_I),
 
 
    // pci interface - system pins
    // pci interface - system pins

powered by: WebSVN 2.1.0

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