Sha256: 4eeeeb14294bcd48b75f3fd7c80bfe3f066e194924dba474b489fe940fc082b8
Contents?: true
Size: 462 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-vpi-16.0.1 | ext/vlog.h |
ruby-vpi-16.0.0 | ext/vlog.h |