mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Tests: Fix t_vpi_var uninitialized
This commit is contained in:
parent
7d44bba95c
commit
4a5a56f8ef
@ -125,6 +125,7 @@ int _mon_check_callbacks() {
|
||||
cb_data.reason = cbEndOfSimulation;
|
||||
cb_data.cb_rtn = NULL;
|
||||
cb_data.user_data = 0;
|
||||
cb_data.value = NULL;
|
||||
|
||||
vpiHandle vh = vpi_register_cb(&cb_data);
|
||||
CHECK_RESULT_NZ(vh);
|
||||
|
Loading…
Reference in New Issue
Block a user