|
发表于 2012-9-15 13:34:09
|
显示全部楼层
no way except get this in the following methods like connect() , end_of_elaboration() .....in testcase.
because build() is done in a top-down way, so you cannot get the settings of lower component in the upper component in build() method.
in the connect() phase in testcase , for example, you can get it because of having finished configuration for the all components. |
|