[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANNOUNCE: A new logic simulation library with PCI models




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