InterviewSolution
Saved Bookmarks
| 1. |
Why Build Phase Is Top – Down & Connect Phase Is Bottom – Up? |
|
Answer» The connect phase is intended to be USED for making TLM connections between components, which is why it occur after BUILD phase. It work bottom-up so that its got the CORRECT IMPLEMENTATION all the way up the design HIERARCHY, if worked top-down this would be not possible. The connect phase is intended to be used for making TLM connections between components, which is why it occur after build phase. It work bottom-up so that its got the correct implementation all the way up the design hierarchy, if worked top-down this would be not possible. |
|