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

Subversion Repositories pci

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

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

Rev 63 Rev 67
Line 40... Line 40...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.6  2002/10/11 10:09:01  mihad
 
// Added additional testcase and changed rst name in BIST to trst
 
//
// Revision 1.5  2002/10/08 17:17:06  mihad
// Revision 1.5  2002/10/08 17:17:06  mihad
// Added BIST signals for RAMs.
// Added BIST signals for RAMs.
//
//
// Revision 1.4  2002/09/25 15:53:52  mihad
// Revision 1.4  2002/09/25 15:53:52  mihad
// Removed all logic from asynchronous reset network
// Removed all logic from asynchronous reset network
Line 154... Line 157...
    wbu_ad_load_on_transfer_out
    wbu_ad_load_on_transfer_out
 
 
`ifdef PCI_BIST
`ifdef PCI_BIST
    ,
    ,
    // debug chain signals
    // debug chain signals
    trst       ,
    scanb_rst,      // bist scan reset
    SO         ,
    scanb_clk,      // bist scan clock
    SI         ,
    scanb_si,       // bist scan serial in
    shift_DR   ,
    scanb_so,       // bist scan serial out
    capture_DR ,
    scanb_sen       // bist scan shift enable
    extest     ,
 
    tck
 
`endif
`endif
);
);
 
 
input reset_in,
input reset_in,
      wb_clock_in,
      wb_clock_in,
Line 267... Line 268...
 
 
`ifdef PCI_BIST
`ifdef PCI_BIST
/*-----------------------------------------------------
/*-----------------------------------------------------
BIST debug chain port signals
BIST debug chain port signals
-----------------------------------------------------*/
-----------------------------------------------------*/
input trst ;
input   scanb_rst;      // bist scan reset
output  SO ;
input   scanb_clk;      // bist scan clock
input   SI ;
input   scanb_si;       // bist scan serial in
input   shift_DR ;
output  scanb_so;       // bist scan serial out
input   capture_DR ;
input   scanb_sen;      // bist scan shift enable
input   extest ;
 
input   tck ;
 
`endif
`endif
 
 
// pci master interface outputs
// pci master interface outputs
wire [31:0] pcim_if_address_out ;
wire [31:0] pcim_if_address_out ;
wire [3:0]  pcim_if_bc_out ;
wire [3:0]  pcim_if_bc_out ;
Line 577... Line 576...
    .wbr_flush_in              (fifos_wbr_flush_in),
    .wbr_flush_in              (fifos_wbr_flush_in),
    .wbr_empty_out             (fifos_wbr_empty_out)
    .wbr_empty_out             (fifos_wbr_empty_out)
 
 
`ifdef PCI_BIST
`ifdef PCI_BIST
    ,
    ,
    .trst       (trst),
    .scanb_rst      (scanb_rst),
    .SO         (SO),
    .scanb_clk      (scanb_clk),
    .SI         (SI),
    .scanb_si       (scanb_si),
    .shift_DR   (shift_DR),
    .scanb_so       (scanb_so),
    .capture_DR (capture_DR),
    .scanb_sen      (scanb_sen)
    .extest     (extest),
 
    .tck        (tck)
 
`endif
`endif
) ;
) ;
 
 
wire [31:0] amux_addr_in  = ADDR_I ;
wire [31:0] amux_addr_in  = ADDR_I ;
wire        amux_sample_address_in = wbs_sm_sample_address_out ;
wire        amux_sample_address_in = wbs_sm_sample_address_out ;

powered by: WebSVN 2.1.0

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