Sha256: 378d12507b7742ad02abdacfc72e843e58b50189fe5b1e119b9b10c1a203a011

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 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 from Ruby */
%{
#include "vlog.h"
%}
%constant PLI_INT32 vlog_relay_ruby(struct t_cb_data *);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-vpi-13.0.0 ext/swig_vpi.i