[ANN] Ruby-VPI 8.2.0

Version 8.2.0 (2006-10-24)

  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

Summary

This release simplifies configuration of generated tests.

Notice

    * Generated runners now have a SIMULATOR_INCLUDES array
      , whose entries specify places where Verilog source files,
      needed by the Verilog design, reside.

Details

    * Generated Verilog benches now inherit all `include and
      `define directives from the Verilog design in a simpler
      manner.
    * A generated test no longer requires its Verilog design
      to reside in the same directory.
    * The sample tests have been updated accordingly.