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

Subversion Repositories pci

[/] [pci/] [tags/] [rel_7/] [bench/] [verilog/] [pci_behaviorial_device.v] - Diff between revs 19 and 35

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

Rev 19 Rev 35
Line 1... Line 1...
//===========================================================================
//===========================================================================
// $Id: pci_behaviorial_device.v,v 1.1 2002-02-01 15:07:51 mihad Exp $
// $Id: pci_behaviorial_device.v,v 1.2 2002-03-21 07:35:50 mihad Exp $
//
//
// Copyright 2001 Blue Beaver.  All Rights Reserved.
// Copyright 2001 Blue Beaver.  All Rights Reserved.
//
//
// Summary:  A top-level PCI Behaviorial interface.  This module instantiates
// Summary:  A top-level PCI Behaviorial interface.  This module instantiates
//           a number of behaviorial IO pads and a behaviorial PCI Master
//           a number of behaviorial IO pads and a behaviorial PCI Master
Line 60... Line 60...
//        the same Master.  I think the request is being held off
//        the same Master.  I think the request is being held off
//        too long!  But it might also be fast-back-to-back.
//        too long!  But it might also be fast-back-to-back.
//
//
//===========================================================================
//===========================================================================
 
 
`timescale 1ns/1ps
// synopsys translate_off
 
`include "timescale.v"
 
// synopsys translate_on
 
 
module pci_behaviorial_device (
module pci_behaviorial_device (
  pci_ext_ad, pci_ext_cbe_l, pci_ext_par,
  pci_ext_ad, pci_ext_cbe_l, pci_ext_par,
  pci_ext_frame_l, pci_ext_irdy_l,
  pci_ext_frame_l, pci_ext_irdy_l,
  pci_ext_devsel_l, pci_ext_trdy_l, pci_ext_stop_l,
  pci_ext_devsel_l, pci_ext_trdy_l, pci_ext_stop_l,

powered by: WebSVN 2.1.0

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