Eda playground link is https://www.edaplayground.com/x/WYFA
Could you please help in resolving this error.
TimeScale is 1 ns / 10 ps
Error-[XMRE] Cross-module reference resolution error
driver.sv, 55
Error found while trying to resolve cross-module reference.
token 'vif'. Originating package 'test_pkg'.
Source info: @(posedge vif.clk) ;
Error-[XMRE] Cross-module reference resolution error
driver.sv, 56
Error found while trying to resolve cross-module reference.
token 'vif'. Originating package 'test_pkg'.
Source info: if (!vif.rst) begin
vif.q <= d_trans_h.d;
end
else
begin
vif.q <= 0;
end
And 1 more error in scoreboard
Error-[TFAFTC] Too few arguments to function/task call
scoreboard.sv, 57
uvm_pkg, "this.compare()"
The above function/task call is not done with sufficient arguments