Sha256: 4c01c43a0d9a436270a9885b22834ccb2265b515a1ac1741a959ba58f986f0e9
Contents?: true
Size: 320 Bytes
Versions: 2
Compression:
Stored size: 320 Bytes
Contents
%module VPI /* Parse the header file to generate wrappers */ %{ #include "swig_vpi.h" %} %include "swig_vpi.h" /* Allows us set the VPI callback handler in Ruby: data = S_cb_data.new data.cb_rtn = VPI::Vlog_relay_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-19.0.0 | ext/swig_vpi.i |
ruby-vpi-20.0.0 | ext/swig_vpi.i |