- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings to all Qsim Intel FPGA starter users,
I use that version for UVM interview preparation. And I tried to compile the uvm-UVM_1_2_RELEASE/distrib/examples/integrated/codec and run the example however it requires svverification license with no debug message.
The error is as follows, I would like to check whether it's practical to use this tool for my study?
Thank you!
Qs user
# // is prohibited from disclosure under the Trade Secrets Act,
# // 18 U.S.C. Section 1905.
# //
# ** Note: (vsim-8785) UVM-aware debugging capabilities will be disabled since no compiled "questa_uvm_pkg" can be found.
# This also means that later if you turn on UVM-aware debugging your debug simulations may have
# different random seeds from your non-debug simulations.
# Loading sv_std.std
# Loading work.vip_if(fast)
# Loading work.vip_tx_if(fast)
# Loading work.vip_rx_if(fast)
# Loading work.apb_if(fast)
# Loading work.tb_ctl_if(fast)
# Loading work.uvm_pkg(fast)
# Loading work.vip_pkg(fast)
# Loading work.apb_pkg(fast)
# Loading work.uvm_sv_unit(fast)
# Loading work.tb_top(fast)
# ** Error: Failure to checkout svverification license feature.
# Error loading design
Error loading design
# End time: 17:49:51 on Mar 06,2024, Elapsed time: 0:00:01
# Errors: 1, Warnings: 0
make: *** [Makefile:34: run] Error 12
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Probably this previous post https://community.intel.com/t5/Intel-FPGA-Software-Installation/vsim-exe-System-Error/td-p/1320072 can help you out.
From what I get from database, I believe the following constructs require svverification license:
- randomize
- randcase
- randsequence
specifying vsim -nocvg will turn off all coverage features.
Thanks,
Sheng
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Do you have any further concern or consideration on this thread?
Thanks,
Regards,
Sheng
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sheng,
I managed to make a simulation work by the -nocvg and replacing the randomize() with own $random statements.
As I use it for learning only, that is good for me.
Thank you.
Qs user

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page