ext/vlog.h in ruby-vpi-13.0.0 vs ext/vlog.h in ruby-vpi-14.0.0

- old
+ new

@@ -26,15 +26,15 @@ #include "common.h" #include "verilog.h" /** - Relays control to the main layer. + Relays control from Verilog to Ruby. */ - verilog_cb_funcSig(vlog_relay_main); + verilog_cb_funcSig(vlog_relay_ruby); /** - Relays control from Verilog to Ruby. + Returns the data corresponding to the callback that caused the relay from Verilog to Ruby. */ - verilog_cb_funcSig(vlog_relay_ruby); + s_cb_data* vlog_relay_ruby_reason(); #endif