Files | Admin

Notes:

Release Name: 8.1.0

Notes:
Version 8.1.0 (2006-10-21)

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




Changes: