public
Description: Ruby interface to IEEE 1364-2005 Verilog VPI
Homepage: http://ruby-vpi.rubyforge.org
Clone URL: git://github.com/sunaku/ruby-vpi.git
name age message
file LICENSE Fri Apr 25 20:42:05 -0700 2008 use more common grammar style [sunaku]
file README Sun Sep 21 18:38:39 -0700 2008 add short project description in README, for di... [sunaku]
file Rakefile Sun Jul 20 14:06:56 -0700 2008 add CFLAGS_EXTRA and LDFLAGS_EXTRA environment ... [sunaku]
file TODO Sun Jan 27 23:16:47 -0800 2008 replace user manual & website generation sy... [sunaku]
directory bin/ Sat Apr 05 14:24:10 -0700 2008 add support for Ruby 1.9.0 [sunaku]
directory doc/ Sat Aug 02 15:13:55 -0700 2008 clean up [sunaku]
directory examples/ Sat May 31 13:48:37 -0700 2008 remove pipelined ALU example because it is buggy [sunaku]
directory ext/ Sat Aug 02 15:13:55 -0700 2008 clean up [sunaku]
file gem_extconf.rb Mon Jan 22 15:51:29 -0800 2007 fix the *make* program on MASC machine doesn't ... [sunaku]
directory lib/ Sat Aug 02 15:14:15 -0700 2008 add release info [sunaku]
README
Ruby-VPI -- Ruby interface to IEEE 1364-2005 Verilog VPI
========================================================

Ruby VPI is a library that lets Ruby programs access the
entire IEEE 1364-2005 Verilog VPI interface supported by
major Verilog simulators today.  It also serves as
platform for unit testing, rapid prototyping, and
systems integration of Verilog modules through Ruby.

Please see the ./doc/guide.html file in your web browser 
or visit http://ruby-vpi.rubyforge.org for more information.