verilogsystem-veriloguvmsystem-verilog-dpi

UVM DPI-C function import


Why do we need DPI-C function import to do UVM specific functions like uvm_hdl_force or uvm_hdl_deposit even when force and deposit SystemVerilog constructs exist? What extra flexibility do the C functions give with these?


Solution