BY: Calvin Wong (cawong)
DATE: 2007-07-28 00:30
SUBJECT: RE: Can't seem to get ruby-vpi to work with V


Okay, I figured this one out.
It turns out that when I build ruby 1.8.6, for
some reason a dynamic library was not placed
into the install lib directory. So, I had to
perform a make dll and then copy the libruby.so
related files over.

It also turns out that vcs did not code
vpi_get_data, vpi_put_data and therefore those
two symbols never resolved. I had to comment
them out from the vpi_user.h within the ext
directory and then I also had to comment them
out from the swig_wrap.cin files as well.

But now ... I am dealing with

Error: vpi_put_value: Write permission not enabled
Pleas add capability wn to module register file.

Time to crack open the vcs manual.

Calvin

Reply via email to