#include "common.h"
#include <ruby.h>
Functions | |
void | main_init () |
Runs the test bench. | |
VALUE | main_relay_verilog (VALUE arSelf) |
Transfers control from Ruby to Verilog. | |
VALUE | main_relay_ruby_reason (VALUE arSelf) |
Gets the reason (Vpi::S_cb_data) why Verilog relayed to Ruby. |
void main_init | ( | ) |
Runs the test bench.
VALUE main_relay_ruby_reason | ( | VALUE | arSelf | ) |
Gets the reason (Vpi::S_cb_data) why Verilog relayed to Ruby.
VALUE main_relay_verilog | ( | VALUE | arSelf | ) |
Transfers control from Ruby to Verilog.