InterviewSolution
Saved Bookmarks
| 1. |
How Test Cases Run From Simulation Command Line? |
|
Answer» In top module write RUN TEST(); i.e. Don't give anything in argument. Then in COMMAND line: +UVM_TESTNAME=test NAME. In top module write run test(); i.e. Don't give anything in argument. Then in command line: +UVM_TESTNAME=test name. |
|