My questa_sim64_10.2c uses uvm-1.1d.
I’d like to upgrade to the UVM 1.2 release.
I’ve downloaded the UVM 1.2 class Library Code from UVM (Universal Verification Methodology)
but i see the format of the uvm-1.1d in questa directory (i.e. C:\questa_sim64_10.2c\uvm-1.1d) is totally different as the one i got from Accellera.
How do I compile the UVM 1.2 release that I downloaded from Accellera into the right format for QuestaSim?
Or how do I load the UVM 1.2 into QuestaSim ?
Any comment/help will be appreciated.
In reply to stefaniecg:
You’re looking at the pre-compiled directory, which is not human readable.
We reccomend that people keep using the UVM 1.1d release while the UVM goes through the IEEE for standardization. The only reasons to use the UVM 1.2 release is to provide feedback and to ensure you can run your code with both versions of the UVM.
This forum is not for tool specific help, but you can look here Questa/CompilingUVM | Verification Academy for more information.
In reply to stefaniecg:
The content is not so different. You have only a few additional folders like depricated.
You can find the source code in
‘questa\10.4c\verilog_src\uvm-1.2’
and the compiled lib in
‘questa\10.4c\uvm-1.2’.
But you can also compile the package on your own.
In reply to dave_59:
Hi @dave_59,
Thank you for your comments and help.
I was hopping to get my hands on the redesigned reporting libraries in UVM 1.2.
I was not aware that the 1.2 release was just to give feedback to the developers.
In reply to chr_sue:
Hi @chr_sue,
Thank you for your comments and help.
Now I understand that the UVM source code goes in C:\questa_sim64_10.2c\verilog_src.
I was looking before at the compiled library as @dave_59 accurately pointed out.
So next step for me is to compile the uvm-1.2 libraries.
In reply to stefaniecg:
Hi stefaniecg,
why do you want to compile uvm-1.2? You have the source and the compiled code in the questa installation directory.
Is it just for fun?
In reply to chr_sue:
Hi @chr_sue,
I am using the questa_sim64_10.2c and in my version the last compiled one is uvm-1.1d.
This is in the directory C:/questa_sim64_10.2c/uvm-1.1d and so are other versions of uvm-1.1b and uvm-1.1c.