My UVM TB does not compile.
`include "uvm_macros.svh" generates an error and VSC does no understand any of UVM's syntax.
"The following include files were not found in the include search path:
design\design.svh:10:1 uvm_macros.svh "
I read that you say: "DSim ships with UVM-1.1b, UVM-1.1d and UVM-1.2." which makes me believe is should be possible.
Are there any switches that needs to be toggled for the tool to pick up UVM during compile?
I see that you have Libraries where the $STD_LIBS gets pulled. Is this the place where UVM needs to be specified?