InterviewSolution
Saved Bookmarks
| 1. |
How Uvm Phases Initiate? |
|
Answer» UVM phases initiate by calling run TEST (“test1”) in TOP module. When run test() method CALL, it first create the object of test top & then call all phases. UVM phases initiate by calling run test (“test1”) in top module. When run test() method call, it first create the object of test top & then call all phases. |
|