How can I add two or more UVM test case names in the irun.sh script?
-
I have a bash script which tells IUS simulator what test case to run. currently it is running 1 testcase using the following command: +UVM_TESTNAME = base_test \ I want to know if there is any way I can add two or more testcase name in UVM_TESTNAME line. I am using IUS for compilation and simulation
-
Answer:
UVM allows only one UVM_TESTNAME per simulation.
Dave Rich at Quora Visit the source
Other answers
's answer leaves nothing to be desired. What's your intention, though? If you want to run two or more tests one after the other, you can have a bash script that does that, specifying one at a time.
Akshay Gopalan
You can have only one testname per simulation with UVM_TESTNAME. If I understand you correctly you probably want to run more than one testcase after other. This can be done by changing the variable name in a bash script or Makefile which is being passed to UVM_TESTNAME. Hope it helps. Thanks
Vikram Banerjee
UVM/irun can run single test at a time, but if you want to run multiple tests on single design for regression testing then you can use Cadence Enterprise Manager. This tool runs multiple specified tests and generates functional/code coverage reports. If you don't have this tool then you can write your own script to run multiple testcases. Cadence Enterprise Manager: http://www.cadence.com/products/sd/enterprise_manager/pages/default.aspx
Pravin Tavagad
create multiple bash command scripts. write a bash super script which runs the multiple bash scripts.
Kushal D Murthy
Related Q & A:
- How can I add icon in tabs?Best solution by Stack Overflow
- How can we add two array?Best solution by Yahoo! Answers
- I want to add my personal photos. how can i add it.
- How can I add local whether everytime I open the yahoo page?Best solution by Yahoo! Answers
- How can I connect two monitors to my laptop?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.