#include "vlog.h"
#include "relay.h"
Functions | |
verilog_cb_funcSig (vlog_relay_init) | |
verilog_cb_funcSig (vlog_relay_ruby) | |
Relays control from Verilog to Ruby. | |
s_cb_data * | vlog_relay_ruby_reason () |
Returns the data corresponding to the callback that caused the relay from Verilog to Ruby. | |
void | vlog_startup () |
Registers a callback at start of simulation to vlog_relay_main();. | |
Variables | |
s_cb_data * | vlog__relayReason = NULL |
void(* | vlog_startup_routines [])() = { vlog_startup, NULL } |
verilog_cb_funcSig | ( | vlog_relay_ruby | ) |
Relays control from Verilog to Ruby.
verilog_cb_funcSig | ( | vlog_relay_init | ) |
s_cb_data* vlog_relay_ruby_reason | ( | ) |
Returns the data corresponding to the callback that caused the relay from Verilog to Ruby.
void vlog_startup | ( | ) |
Registers a callback at start of simulation to vlog_relay_main();.
s_cb_data* vlog__relayReason = NULL |
void(* vlog_startup_routines[])() = { vlog_startup, NULL } |