UVM中uvm_component类的identification方法总结
| HIERARCHY INTERFACE | These methods provide user access to information about the component hierarchy, i.e., topology. |
|---|---|
| get_parent | 返回此component的父component的句柄, 如果没有父component, 返回null。 |
| get_full_name | 返回此对象的完整层次结构名称。 |
| get_children | 这个函数用这个compoent的子component列表填充子数组的末尾。 |
| get_child/get_next_child/get_first_child | 这些方法用于遍历该component的子component(如果有的话)。 |
| get_num_children | 返回此component的子component的数量。 |
| has_child | 如果该component有一个给定名字的子组件,则返回1,否则返回0。 |
| lookup | 查找具有相对于该component的给定层次名称的component。 |
| get_depth | 从根级别上返回该component的深度。 |
浙公网安备 33010602011771号