Posted by suyog_asic on Oct 25, 2018
SystemVerilog #systemverilog #uvm DPI Hello everyone, I have imported following C subroutine(RunTestCase) to SV as follows. import "DPI-C" context RunTestCase = task RunTestCase(int TestcaseId); Inside the C code, it calls the SV tasks exported ...
Question