uvm读书笔记

第三章 UVM 基础

3.1 uvm_component 与 uvm_object

uvm_conponent 实际上继承自 uvm_object, 所以它比 uvm_object多了两个特性:
(1) uvm_component 在 new 的时候通过指定 parent 形成 uvm 树。
(2) uvm_component 有 phase 自动执行的特点。

posted on 2020-06-29 21:21  老头去打猎  阅读(116)  评论(0编辑  收藏  举报

导航