[Magic-dev] Free ATPG Simulation Tool

Mika Nystrom mika at async.caltech.edu
Wed Oct 10 13:15:52 EDT 2007


If you're using non-overlapping clocks (does anyone still do that?)
or some other kind of race-free timing discipline, the COSMOS
simulator has a lot of features for calculating test coverage.  It
simulates using BDDs rather than literal values, and it compiles
your circuit to a C program, so it can be much faster than IRSIM.
It also verifies that your circuit is free from timing races.

    Mika

"R. Timothy Edwards" writes:
>Dear Dean,
>
> > This is a follow-up to my previous email (thanks for all the responses).
> > Can anyone recommend a good tool for test simulation (i.e. generating the
> > test patterns and calculating test time and coverage)?
>
>For *digital* simulation, or rather circuits that are primarily digital,
>IRSIM is an excellent tool for simulation.  It is a digital simulator
>in the sense that it expects all signals to resolve to GND or VDD, but
>takes a transistor-level netlist and models transistors as resistive
>switches.  IRSIM version 9.7 is based on Tcl/Tk, and I have found it
>very easy to write test patterns in Tcl scripts.  As far as methodical
>ways to ensure 100% coverage, though, it doesn't do that.  For a way
>to quickly write massively complicated test benches for digital circuits,
>I know of no better tool.  I use it to verify all the digital standard
>cell blocks I design for MultiGiG.
>
>						---Tim
>
>+--------------------------------+-------------------------------------+
>| Dr. R. Timothy Edwards (Tim)   | email: tim.edwards at multigig.com     |
>| MultiGiG, Inc.                 | web:   http://www.multigig.com      |
>| 100 Enterprise Way, Suite A-3  | phone: (831) 621-3283               |
>| Scotts Valley, CA 95066        | cell:  (240) 401-0616               |
>+--------------------------------+-------------------------------------+
>
>_______________________________________________
>magic-dev mailing list
>magic-dev at vlsi.cornell.edu
>http://vlsi.csl.cornell.edu/mailman/listinfo/magic-dev



More information about the magic-dev mailing list