InterviewSolution
Saved Bookmarks
| 1. |
Which Uvm Phase Is Top - Down, Bottom – Up & Parallel? |
|
Answer» Only build phase is a top-down & other phases are bottom-up except run phase which is PARALLEL. The build phase WORKS top-down since the test BENCH hierarchy may be configure so we need to build the branches before LEAFS. Only build phase is a top-down & other phases are bottom-up except run phase which is parallel. The build phase works top-down since the test bench hierarchy may be configure so we need to build the branches before leafs. |
|