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