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

Subversion Repositories pci

[/] [pci/] [tags/] [asyst_2/] [rtl/] [verilog/] [pci_bridge32.v] - Diff between revs 122 and 128

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

Rev 122 Rev 128
Line 41... Line 41...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.13  2003/10/17 09:11:52  markom
 
// mbist signals updated according to newest convention
 
//
// Revision 1.12  2003/08/21 20:49:03  tadejm
// Revision 1.12  2003/08/21 20:49:03  tadejm
// Added signals for WB Master B3.
// Added signals for WB Master B3.
//
//
// Revision 1.11  2003/08/08 16:36:33  tadejm
// Revision 1.11  2003/08/08 16:36:33  tadejm
// Added 'three_left_out' to pci_pciw_fifo signaling three locations before full. Added comparison between current registered cbe and next unregistered cbe to signal wb_master whether it is allowed to performe burst or not. Due to this, I needed 'three_left_out' so that writing to pci_pciw_fifo can be registered, otherwise timing problems would occure.
// Added 'three_left_out' to pci_pciw_fifo signaling three locations before full. Added comparison between current registered cbe and next unregistered cbe to signal wb_master whether it is allowed to performe burst or not. Due to this, I needed 'three_left_out' so that writing to pci_pciw_fifo can be registered, otherwise timing problems would occure.
Line 320... Line 323...
BIST debug chain port signals
BIST debug chain port signals
-----------------------------------------------------*/
-----------------------------------------------------*/
input   mbist_si_i;       // bist scan serial in
input   mbist_si_i;       // bist scan serial in
output  mbist_so_o;       // bist scan serial out
output  mbist_so_o;       // bist scan serial out
input [`PCI_MBIST_CTRL_WIDTH - 1:0] mbist_ctrl_i;       // bist chain shift control
input [`PCI_MBIST_CTRL_WIDTH - 1:0] mbist_ctrl_i;       // bist chain shift control
 
 
// internal wires for serial chain connection
 
wire SO_internal ;
 
wire SI_internal = SO_internal ;
 
`endif
`endif
 
 
// declare clock and reset wires
// declare clock and reset wires
wire pci_clk = pci_clk_i ;
wire pci_clk = pci_clk_i ;
wire wb_clk  = wb_clk_i ;
wire wb_clk  = wb_clk_i ;

powered by: WebSVN 2.1.0

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