Ruby-VPI 8.1.0

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

Version 8.1.0 (2006-10-21)

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 adds an integer library and renames the vpi_util
library.

Notice

* The vpi_util library has been renamed to vpi. This
  change should not affect your code unless you explicitly
  imported this library via require 'ruby-vpi/vpi_util'. In
  which case, you should update your code to use require 'ruby
  -vpi/vpi' accordingly.

Details

* An integer library has been added to simplify common
  tasks related to hardware and the binary number system. You
  can import this library for use via require 'ruby-vpi/
  integer'.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFFOpZEmV9O7RYnKMcRAmQcAJ94yExD6JBynJeo7jEOFH5XJ5e9vgCglkJm
+0RCcMUHvlqqBH4Ov8dBZvo=
=OKTc
-----END PGP SIGNATURE-----