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

Subversion Repositories pci

[/] [pci/] [tags/] [rel_3/] [rtl/] [verilog/] [pci_bridge32.v] - Diff between revs 62 and 63

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

Rev 62 Rev 63
Line 41... Line 41...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.4  2002/10/08 17:17:05  mihad
 
// Added BIST signals for RAMs.
 
//
// Revision 1.3  2002/02/01 15:25:12  mihad
// Revision 1.3  2002/02/01 15:25:12  mihad
// Repaired a few bugs, updated specification, added test bench files and design document
// Repaired a few bugs, updated specification, added test bench files and design document
//
//
// Revision 1.2  2001/10/05 08:14:28  mihad
// Revision 1.2  2001/10/05 08:14:28  mihad
// Updated all files with inclusion of timescale file for simulation purposes.
// Updated all files with inclusion of timescale file for simulation purposes.
Line 161... Line 164...
    PCI_SERRn_EN_OUT
    PCI_SERRn_EN_OUT
 
 
`ifdef PCI_BIST
`ifdef PCI_BIST
    ,
    ,
    // debug chain signals
    // debug chain signals
 
    trst       ,
    SO         ,
    SO         ,
    SI         ,
    SI         ,
    shift_DR   ,
    shift_DR   ,
    capture_DR ,
    capture_DR ,
    extest     ,
    extest     ,
Line 268... Line 272...
 
 
`ifdef PCI_BIST
`ifdef PCI_BIST
/*-----------------------------------------------------
/*-----------------------------------------------------
BIST debug chain port signals
BIST debug chain port signals
-----------------------------------------------------*/
-----------------------------------------------------*/
 
input   trst ;
output  SO ;
output  SO ;
input   SI ;
input   SI ;
input   shift_DR ;
input   shift_DR ;
input   capture_DR ;
input   capture_DR ;
input   extest ;
input   extest ;
Line 793... Line 798...
    .wbu_pciif_stop_reg_in         (wbu_pciif_stop_reg_in),
    .wbu_pciif_stop_reg_in         (wbu_pciif_stop_reg_in),
    .wbu_pciif_devsel_reg_in       (wbu_pciif_devsel_reg_in)
    .wbu_pciif_devsel_reg_in       (wbu_pciif_devsel_reg_in)
 
 
`ifdef PCI_BIST
`ifdef PCI_BIST
    ,
    ,
 
    .trst       (trst),
    .SO         (SO_internal),
    .SO         (SO_internal),
    .SI         (SI),
    .SI         (SI),
    .shift_DR   (shift_DR),
    .shift_DR   (shift_DR),
    .capture_DR (capture_DR),
    .capture_DR (capture_DR),
    .extest     (extest),
    .extest     (extest),
Line 976... Line 982...
    .pciu_pci_drcomp_pending_out    (pciu_pci_drcomp_pending_out),
    .pciu_pci_drcomp_pending_out    (pciu_pci_drcomp_pending_out),
    .pciu_pciw_fifo_empty_out       (pciu_pciw_fifo_empty_out)
    .pciu_pciw_fifo_empty_out       (pciu_pciw_fifo_empty_out)
 
 
`ifdef PCI_BIST
`ifdef PCI_BIST
    ,
    ,
 
    .trst       (trst),
    .SO         (SO),
    .SO         (SO),
    .SI         (SI_internal),
    .SI         (SI_internal),
    .shift_DR   (shift_DR),
    .shift_DR   (shift_DR),
    .capture_DR (capture_DR),
    .capture_DR (capture_DR),
    .extest     (extest),
    .extest     (extest),

powered by: WebSVN 2.1.0

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