Fix uvm_hdl_release_and_read not reading release value or checking for success (#7425)

This commit is contained in:
Christian Hecken
2026-04-19 08:24:07 -04:00
committed by GitHub
parent 29a93fe5bc
commit f7a349c5a7
6 changed files with 664 additions and 292 deletions
+1 -1
View File
@@ -3402,7 +3402,7 @@ vpiHandle vpi_put_value(vpiHandle object, p_vpi_value valuep, p_vpi_time /*time_
vpi_put_value(object, const_cast<p_vpi_value>(&forcedValue), nullptr, vpiNoDelay);
}
return nullptr;
return object;
}
if (valuep->format == vpiVectorVal) {