Hi ,
is there any function similar to uvm_hdl_force in OVM world ?
Thanks,
Prashanthi K.
Hi ,
is there any function similar to uvm_hdl_force in OVM world ?
Thanks,
Prashanthi K.
In reply to pkandaka_cy:
No. That came with the UVM register package. You should be able to import the uvm_pkg inside your OVM testbench and call it directly. The UVM register package was also back-ported to OVM as an add-on package which you can find here.