[ANN] Ruby-VPI 14.0.0

S

Suraj Kurapati

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

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

â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”

Version 14.0.0 (2006-12-30)

Summary

This release adds support for simulation callbacks, renders
Verilog benches fully simplified, and revises the user
manual to reflect major changes.

Notice

• The Vpi::relay_verilog method has been replaced by
Vpi::simulate.

Please update you tests accordingly, because invoking
the Vpi::relay_verilog method directly will cause your
tests to freeze/hang.

• Verilog benches no longer contain any clock generation
code. They are now mere skeletons, whose only purpose
is to instantiate the design under test.

The clock generation code is now contained in the Ruby
bench.

New features

• The RubyVpi::init_bench method now gives you complete
control over performing a clock/operation/whatever
cycle for your design. This feature allows you to work
with multi-clocked designs.

• Callbacks are now supported through the
Vpi::vpi_register_cb method. See the callbacks section
in the user manual for details.

• Added the Vpi::advance_time method, which makes the
Verilog simulator simulate a given number of time
steps.

• Added the Vpi::simulation_time method, which gives you
the current simulation time as a 64-bit integer.

Details

• Removed the monkey patch for the SWIG va_list
problem—it no longer occurs.

• Cleansed the appearance of the user documentation.
â–¡ Added indices to section headings, just like LaTeX.
â–¡ Admonition boxes no longer interfere with
surrounding text, and they don’t have big gap above
them.
â–¡ Navigation menu is now elastic (fluid layout).

• Revised the user manual and added new content.
□ Moved “VPI utility layer†section from background
chapter into usage chapter in user manual.
â–¡ Added a nice introduction to entire manual with
links to reference documentation.
 

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 15.0.0 0
[ANN] Ruby-VPI 15.0.1 0
[ANN] Ruby-VPI 17.0.0 0
[ANN] Ruby-VPI 20.0.0 0
[ANN] Ruby-VPI 15.0.2 0
[ANN] Ruby-VPI 19.0.0 2
[ANN] Ruby-VPI 18.0.1 0
[ANN] Ruby-VPI 16.0.1 0

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top