Apple interview question

is run phase top down/bottom up

Interview Answers

Anonymous

23 Oct 2015

All UVM phases are bottom-up except the build phase which is top down (because the parent components have to be constructed already when the child components are built).

14

Anonymous

2 Apr 2016

Neither bottom up nor top down The run phase tasks of all UVM components run in parallel

4

Anonymous

9 Apr 2014

None

Anonymous

4 Dec 2015

All of the UVM phases are top - down except the connect phase which is bottom-up (child is connected with the parent)

3