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

Subversion Repositories pci

[/] [pci/] [tags/] [rel_9/] [rtl/] [verilog/] [pci_io_mux_ad_en_crit.v] - Diff between revs 18 and 77

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

Rev 18 Rev 77
Line 40... Line 40...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.1  2002/02/01 14:43:31  mihad
 
// *** empty log message ***
 
//
//
//
 
 
// module provides equation for ad output enables, which uses critical pci bus inputs
// module provides equation for ad output enables, which uses critical pci bus inputs
 
 
// synopsys translate_off
// synopsys translate_off
`include "timescale.v"
`include "timescale.v"
// synopsys translate_on
// synopsys translate_on
 
 
// module is provided for ad bus output enable Flip-Flops values
// module is provided for ad bus output enable Flip-Flops values
module PCI_IO_MUX_AD_EN_CRIT
module pci_io_mux_ad_en_crit
(
(
    ad_en_in,
    ad_en_in,
    pci_frame_in,
    pci_frame_in,
    pci_trdy_in,
    pci_trdy_in,
    pci_stop_in,
    pci_stop_in,
Line 65... Line 68...
       pci_stop_in ;
       pci_stop_in ;
output ad_en_out ;
output ad_en_out ;
 
 
assign ad_en_out = ad_en_in && ( ~pci_frame_in || (pci_trdy_in && pci_stop_in) ) ;
assign ad_en_out = ad_en_in && ( ~pci_frame_in || (pci_trdy_in && pci_stop_in) ) ;
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.