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

Subversion Repositories pci

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

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

Rev 62 Rev 63
Line 60... Line 60...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.4  2002/10/08 17:17:06  mihad
 
// Added BIST signals for RAMs.
 
//
// Revision 1.3  2002/09/30 17:22:27  mihad
// Revision 1.3  2002/09/30 17:22:27  mihad
// Added support for Virtual Silicon two port RAM. Didn't run regression on it yet!
// Added support for Virtual Silicon two port RAM. Didn't run regression on it yet!
//
//
// Revision 1.2  2002/08/19 16:51:36  mihad
// Revision 1.2  2002/08/19 16:51:36  mihad
// Extracted distributed RAM module from wb/pci_tpram.v to its own file, got rid of undef directives
// Extracted distributed RAM module from wb/pci_tpram.v to its own file, got rid of undef directives
Line 98... Line 101...
    di_b,
    di_b,
    do_b
    do_b
`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 135... Line 139...
input   [dw-1:0] di_b;   // input data bus
input   [dw-1:0] di_b;   // input data bus
output  [dw-1:0] do_b;   // output data bus
output  [dw-1:0] do_b;   // output data bus
 
 
`ifdef PCI_BIST
`ifdef PCI_BIST
// debug chain signals
// debug chain 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 166... Line 171...
            .REN        (1'b0),
            .REN        (1'b0),
            .WEN        (!we_a)
            .WEN        (!we_a)
        `ifdef PCI_BIST
        `ifdef PCI_BIST
            ,
            ,
            // reset
            // reset
            .rst        (rst_a),
            .trst        (trst),
 
 
            // debug chain signals
            // debug chain signals
            .SO         (SO),
            .SO         (SO),
            .SI         (SI),
            .SI         (SI),
            .shift_DR   (shift_DR),
            .shift_DR   (shift_DR),

powered by: WebSVN 2.1.0

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