#include "common.h"
Functions | |
void | relay_init () |
Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa, and start Ruby. | |
void | relay_ruby () |
Transfers control to Ruby. | |
void | relay_verilog () |
Transfers control to Verilog. |
void relay_init | ( | ) |
Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa, and start Ruby.
void relay_ruby | ( | ) |
Transfers control to Ruby.
void relay_verilog | ( | ) |
Transfers control to Verilog.