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

Subversion Repositories pci

[/] [pci/] [tags/] [rel_8/] [rtl/] [verilog/] [pci_in_reg.v] - Diff between revs 21 and 77

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

Rev 21 Rev 77
Line 40... Line 40...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.3  2002/02/01 15:25:12  mihad
 
// Repaired a few bugs, updated specification, added test bench files and design document
 
//
// Revision 1.2  2001/10/05 08:14:29  mihad
// Revision 1.2  2001/10/05 08:14:29  mihad
// Updated all files with inclusion of timescale file for simulation purposes.
// Updated all files with inclusion of timescale file for simulation purposes.
//
//
// Revision 1.1.1.1  2001/10/02 15:33:46  mihad
// Revision 1.1.1.1  2001/10/02 15:33:46  mihad
// New project directory structure
// New project directory structure
Line 54... Line 57...
`include "timescale.v"
`include "timescale.v"
// synopsys translate_on
// synopsys translate_on
`include "pci_constants.v"
`include "pci_constants.v"
// Module is used for registering PCI input signals
// Module is used for registering PCI input signals
// It provides data flip flops with reset
// It provides data flip flops with reset
module PCI_IN_REG
module pci_in_reg
(
(
    reset_in,
    reset_in,
    clk_in,
    clk_in,
 
 
    pci_gnt_in,
    pci_gnt_in,
Line 143... Line 146...
                pci_cbe_reg_out     <= #`FF_DELAY pci_cbe_in ;
                pci_cbe_reg_out     <= #`FF_DELAY pci_cbe_in ;
        end
        end
end
end
 
 
endmodule
endmodule
 No newline at end of file
 No newline at end of file
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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