Sha256: 95a94f0930a3fe350f0303fe58217e17d417657fe22ce6721e07e1819aa5f11f

Contents?: true

Size: 1.1 KB

Versions: 9

Compression:

Stored size: 1.1 KB

Contents

/*
  Copyright 2006 Suraj N. Kurapati

  This file is part of Ruby-VPI.

  Ruby-VPI is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.

  Ruby-VPI is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with Ruby-VPI; if not, write to the Free Software Foundation,
  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
/**\file
  C interface to the SWIG-generated VPI interface.
*/

#ifndef SWIG_H
#define SWIG_H

  #include <ruby.h>

  /**
    Registers the SWIG-generated VPI interface with Ruby, so that Ruby code can access it.
  */
  void swig_init();

  /**
    Transfers control from Ruby code to Verilog code.
  */
  VALUE swig_rb_relay_verilog(VALUE arSelf);

#endif

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ruby-vpi-10.0.0 ext/swig.h
ruby-vpi-11.0.0 ext/swig.h
ruby-vpi-12.0.0 ext/swig.h
ruby-vpi-11.1.0 ext/swig.h
ruby-vpi-12.0.1 ext/swig.h
ruby-vpi-11.1.1 ext/swig.h
ruby-vpi-12.1.0 ext/swig.h
ruby-vpi-12.0.2 ext/swig.h
ruby-vpi-9.0.0 ext/swig.h