Sha256: 8a83c10d21d9b8ed0e4df07b058a1ee3b33cd43a9070b5420e9e646be2d81d50
Contents?: true
Size: 540 Bytes
Versions: 6
Compression:
Stored size: 540 Bytes
Contents
/* Copyright 1999 Kazuhiro HIWADA Copyright 2006 Suraj N. Kurapati See the file named LICENSE for details. */ /**\file Logic for transferring control between Ruby and Verilog. */ #ifndef RELAY_H #define RELAY_H #include "common.h" /** Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa, and start Ruby. */ void relay_init(); /** Transfers control to Ruby. */ void relay_ruby(); /** Transfers control to Verilog. */ void relay_verilog(); #endif
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
ruby-vpi-18.0.0 | ext/relay.h |
ruby-vpi-17.0.0 | ext/relay.h |
ruby-vpi-20.0.0 | ext/relay.h |
ruby-vpi-19.0.0 | ext/relay.h |
ruby-vpi-18.0.1 | ext/relay.h |
ruby-vpi-18.0.2 | ext/relay.h |