摘要: uvm_transaction继承自uvm_object,添加了timing和recording接口,该类是uvm_sequence_item的基类。下边将做剖析1.这个类提供了时间戳属性(timestamp properties),通知事件(notification events),和交易记录(transaction recording)支持。2.使用这个类作为用户定义的基础交易是弃用。其子类u... 阅读全文
posted @ 2014-07-27 20:32 啊松 阅读(7375) 评论(0) 推荐(0) 编辑
摘要: uvm_voidThe uvm_void class is the base class for all UVM classes.uvm_object:The uvm_object class is the base class for all UVM data and hierarchical classes.uvm_object是一个uvm中data和component共同的基类,里边集成了很... 阅读全文
posted @ 2014-07-27 20:31 啊松 阅读(5620) 评论(0) 推荐(0) 编辑
摘要: UVM的调度也具有其独特的挑战,尤其是在调试的领域。其中的一些挑战如下:1. Phase的管理:objections and synchronization2. 线程调试3. Tracing issues through automatically generated code, macro expansion, and parameterized classes4. 默认的错误信息详细但是难以捉... 阅读全文
posted @ 2014-07-27 20:28 啊松 阅读(1653) 评论(0) 推荐(0) 编辑