Posted by yguo on Apr 21, 2022
UVM UVM SV virtual interface NULL pointer I meet a error that "NULL pointer dereference" when simulation. The error occurs when calling the interface. 1. I create a interface: interface adiv_if (); bit clk_target; bit clk; assign clk = adiv_bloc ...
Question