Sha256: bc55fca6bac61aa7f13b5b828aa4bd84c32188cf7678d385bf3aa58fb9a72c70
Contents?: true
Size: 269 Bytes
Versions: 2
Compression:
Stored size: 269 Bytes
Contents
%module vpi /* Parse the header file to generate wrappers */ %{ #include "vpi_user.h" %} %include "vpi_user.h" /* allows us to set S_cb_data.cb_rtn = Vpi::Vlog_relay_ruby from Ruby */ %{ #include "vlog.h" %} %constant PLI_INT32 vlog_relay_ruby(struct t_cb_data *);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-vpi-14.0.0 | ext/swig_vpi.i |
ruby-vpi-15.0.0 | ext/swig_vpi.i |