I have downloaded the UVM 1.2 from Accellera website. I am using Questasim 10.2 and my UVM version is 1.1d.
Now I copied the UVM 1.2 folder into C:\questasim_10.2c
. Then I changed the
mtiUvm = $MODEL_TECH/../uvm-1.1d
line in modelsim.ini
to
mtiUvm = $MODEL_TECH/../uvm-1.2
But now Questasim is showing an error that library cannot be found. How to solve this issue and install UVM 1.2 in Questasim?