Posted by VE on Dec 20, 2018
UVM #uvm Hi: I am not sure what i did wrong in below code, why is the output MATCH? i have tried both with/wo UVM_REGEX_NO_DPI [\code] import uvm_pkg::*; `include "uvm_macros.svh" module sub(); string scope = "top.abc.xyz.uvc"; initial ...
Question