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