Installing UVM 1.2 in Questasim 10.2 windows -



Installing UVM 1.2 in Questasim 10.2 windows -

i have downloaded uvm 1.2 accellera website. using questasim 10.2 , uvm version 1.1d.

now copied uvm 1.2 folder c:\questasim_10.2c. changed

mtiuvm = $model_tech/../uvm-1.1d

line in modelsim.ini to

mtiuvm = $model_tech/../uvm-1.2

but questasim showing error library cannot found. how solve issue , install uvm 1.2 in questasim?

mtiuvm different thing. mentor graphics version of uvm additions back upwards transaction recording in questa (and maybe other stuff).

you don't install uvm, compile normal package:

vlog +incdir+<oath_to_uvm>/sv <oath_to_uvm>/sv/uvm_pkg.sv

this way uvm ends in same work library you're compiling other packages.

uvm questasim

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -