#include "verilog.h"
Functions | |
void | RubyVPI_user_init () |
should be called in vlog_startup_routines | |
void | RubyVPI_user_fini () |
should be called at end of simulation | |
PLI_INT32 | RubyVPI_user_resume (p_cb_data aCallback) |
VPI callback handler that resumes the user code and waits until it becomes paused again. |
void RubyVPI_user_fini | ( | ) |
should be called at end of simulation
void RubyVPI_user_init | ( | ) |
should be called in vlog_startup_routines
VPI callback handler that resumes the user code and waits until it becomes paused again.