[ANN] Ruby-VPI 7.2.0

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 Fernandez 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.