mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
Fix uvm_hdl_release_and_read not reading release value or checking for success (#7425)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user