[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANNOUNCE: A new logic simulation library with PCI models
- To: Mailing List Recipients <pci-sig-request@znyx.com>
- Subject: ANNOUNCE: A new logic simulation library with PCI models
- From: udif@usa.net (Udi Finkelstein)
- Date: Sat, 03 Oct 1998 22:33:09 GMT
- Delivered-To: pcisig@teleport.com
- Resent-Date: Sun, 4 Oct 1998 11:59:21 -0700
- Resent-From: pci-sig-request@znyx.com
- Resent-Message-ID: <"AM5BT1.0.Gc5.8Gh5s"@electra.znyx.com>
- Resent-Sender: pci-sig-request@znyx.com
Announcing PCISIM
-----------------
PCISIM is a C++ class library I have developed as part of my University thesis
for the purpose of PCI traffic simulation.
The core logic library provides synchronous logic simulation with 6 logic
levels (low, high, unknown, high-z, pull high, pull low).
using the core logic simulation classes, I have defined the following highly
configurable classes:
* PCI Target
* PCI Master
* PCI Arbiter
The classes are fully configurable (by deriving new classes from those base
classes and overriding the default behavior).
Take a look at:
http://www.geocities.com/SiliconValley/Campus/3216/
Please send your comments to udif@usa.net
Udi Finkelstein