[ANN] Ruby-VPI 0.9.1

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

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

Download: http://rubyforge.org/frs/?group_id=1339&release_id=6380

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

Version 0.9.1 (2006-08-09)

Summary

    This release simplifies generated tests and fixes a bug.

Details

    * The test generator now produces simpler Ruby benches and
      specifications.

          o A template used by generated specifications has been
            added.

          o The counter example and tutorial have also been
            simplified accordingly.

    * Boolean VPI property values are now correctly converted into
      Ruby truth values.