Functions | |
void | relay_init () |
Initialize the relay mechanism, which enables Verilog code to transfer control to Ruby code and vice versa. | |
void | relay_ruby () |
Transfers control to Ruby code. | |
void | relay_verilog () |
Transfers control to Verilog code. | |
void | relay_ruby_run () |
Starts the Ruby interpreter. |
void relay_init | ( | ) |
Initialize the relay mechanism, which enables Verilog code to transfer control to Ruby code and vice versa.
void relay_ruby | ( | ) |
Transfers control to Ruby code.
void relay_ruby_run | ( | ) | [inline] |
Starts the Ruby interpreter.
void relay_verilog | ( | ) |
Transfers control to Verilog code.