build function 自顶向下 创建和配置平台结构 connect function 自底向上 建立连接 run task 自底向上 运行阶段 在build phase在自顶向下过程中,对同一层次的、具有兄弟关系的component,如driver与monitor,执行顺序是按照字典序的。这里的字典序的排序,依据new时指定的名字。假如monitor在new时指定的名字为aaa,而driver的名字为bbb,那么将会先执行monitor的build_phase。 scoreboard和同层次的agent里的driver、monitor、sequence