URL
https://opencores.org/ocsvn/pci/pci/trunk
[/] [pci/] [trunk/] [rtl/] [verilog/] [pci_target32_trdy_crit.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:13 mihad
|
|
// Repaired a few bugs, updated specification, added test bench files and design document
|
|
//
|
// Revision 1.2 2001/10/05 08:14:30 mihad
|
// Revision 1.2 2001/10/05 08:14:30 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:47 mihad
|
// Revision 1.1.1.1 2001/10/02 15:33:47 mihad
|
// New project directory structure
|
// New project directory structure
|
Line 55... |
Line 58... |
|
|
// synopsys translate_off
|
// synopsys translate_off
|
`include "timescale.v"
|
`include "timescale.v"
|
// synopsys translate_on
|
// synopsys translate_on
|
|
|
module PCI_TARGET32_TRDY_CRIT
|
module pci_target32_trdy_crit
|
(
|
(
|
trdy_w,
|
trdy_w,
|
trdy_w_frm,
|
trdy_w_frm,
|
trdy_w_frm_irdy,
|
trdy_w_frm_irdy,
|
pci_frame_in,
|
pci_frame_in,
|
Line 79... |
Line 82... |
// PCI trdy output with preserved hierarchy for minimum delay!
|
// PCI trdy output with preserved hierarchy for minimum delay!
|
assign pci_trdy_out = ~(trdy_w || (trdy_w_frm && ~pci_frame_in) || (trdy_w_frm_irdy && ~pci_frame_in && pci_irdy_in)) ;
|
assign pci_trdy_out = ~(trdy_w || (trdy_w_frm && ~pci_frame_in) || (trdy_w_frm_irdy && ~pci_frame_in && pci_irdy_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
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.