Ruby-VPI 7.2.0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Version 7.2.0 (2006-09-15)

Ruby-VPI is a Ruby interface to Verilog VPI. It lets you create
complex Verilog test benches easily and wholly in Ruby.

Web site: http://ruby-vpi.rubyforge.org

Tutorial: http://ruby-vpi.rubyforge.org/doc/usage.tutorial.html

Install: gem install ruby-vpi

SVN tag: svn://rubyforge.org/var/svn/ruby-vpi/tags/7.2.0

Summary

This release adds initial[1] support for code coverage analysis
via the rcov library.

Acknowledgments

Thanks to Mauricio F. for helping me use rcov without its
runner.

Details

â?¢ Added initial[1] support for code coverage analysis, which can
be enabled by setting the COVERAGE environment variable to a
non-empty value before running a test.

  â?¡ For example, you can run a test with the GPL Cver simulator
    while enabling the generation of code coverage reports as
    follows:

    export COVERAGE=1; rake cver

â?¢ Coverage reports are generated in text and HTML formats.

[1] Full capabilites of the rcov library, such as its various
analysis modes, are not yet utilized.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFFClpBmV9O7RYnKMcRApCmAJ9lZ1GqiC2k12as32JKGr8VkvxrbwCfaE4h
6rAs7eIpqdv1kz7z6tcp36g=
=VVFt
-----END PGP SIGNATURE-----