Sha256: 4b788cd0056e7b1fd6f09f15d7b505312256d06abf1230063da069b571c0a202

Contents?: true

Size: 462 Bytes

Versions: 6

Compression:

Stored size: 462 Bytes

Contents

/*
  Copyright 2006 Suraj N. Kurapati
  See the file named LICENSE for details.
*/
/**\file
  Interface between C and Verilog code.
*/

#ifndef VLOG_H
#define VLOG_H

  #include "common.h"
  #include "verilog.h"

  /**
    Relays control from Verilog to Ruby.
  */
  verilog_cb_funcSig(vlog_relay_ruby);

  /**
    Returns the data corresponding to the callback
    that caused the relay from Verilog to Ruby.
  */
  s_cb_data* vlog_relay_ruby_reason();

#endif

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby-vpi-17.0.0 ext/vlog.h
ruby-vpi-18.0.0 ext/vlog.h
ruby-vpi-18.0.1 ext/vlog.h
ruby-vpi-19.0.0 ext/vlog.h
ruby-vpi-18.0.2 ext/vlog.h
ruby-vpi-20.0.0 ext/vlog.h