[ANN] Ruby-VPI 12.0.1

S

Suraj Kurapati

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

Website: http://ruby-vpi.rubyforge.org

Install: gem install ruby-vpi


Version 12.0.1 (2006-12-18)

Summary

This release fixes a problem in code coverage analysis.

Acknowledgment

Thanks to Mauricio Fernandez for helping me solve the
problem.

Detail

Previously, code coverage reports were not providing any
useful information because they were being generated before
the test had a chance to run. This problem has been
fixed—code coverage reports are now generated after the
test has finished running.

This problem was wholly due to programmer error -- i.e. my
mistake ;-) -- because I had forgotten that Kernel.at_exit
invokes the blocks passed to it in reverse order. So, the
coverage report was being generated before Test::Unit had a
chance to run (it also uses Kernel.at_exit).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] Ruby-VPI 7.2.0 0
[ANN] Ruby-VPI 15.0.0 0
[ANN] Ruby-VPI 13.0.0 0
[ANN] Ruby-VPI 12.1.0 0
[ANN] Ruby-VPI 11.1.0 0
[ANN] Ruby-VPI 20.0.0 0
[ANN] Ruby-VPI 10.0.0 0
[ANN] Ruby-VPI 12.0.0 0

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,177
Latest member
OrderGlucea
Top