UVM:8.2.4 factory 机制的调试

简介:

1.UVM提供了print_override_info 帮助debug。以上节new_monitor 为例:



2.调用print_override_info :


结果:


实际调用debug_create_by_name。


3.还提供debug_create_by_type,原型:


1)应用:


输出与上面同样。


4.uvm_factory 还提供print 函数。原型:


1)參数可能为0,1,2。0打印最少,2打印最多。


5.uvm_root 的print_topology 打印UVM 树的拓扑结构。要在build_phase 后调用。






本文转自mfrbuaa博客园博客,原文链接:http://www.cnblogs.com/mfrbuaa/p/5325015.html,如需转载请自行联系原作者

相关文章
|
6月前
|
机器学习/深度学习 消息中间件 人工智能
人工智能平台PAI操作报错合集之出现报错:No factory supports the additional filters.Could not instantiate the executor.如何解决
阿里云人工智能平台PAI (Platform for Artificial Intelligence) 是阿里云推出的一套全面、易用的机器学习和深度学习平台,旨在帮助企业、开发者和数据科学家快速构建、训练、部署和管理人工智能模型。在使用阿里云人工智能平台PAI进行操作时,可能会遇到各种类型的错误。以下列举了一些常见的报错情况及其可能的原因和解决方法。
|
7月前
|
Java Linux 调度
Java【付诸实践 03】Spring定时任务注解@Scheduled+@EnableAsync用法详解(简单说明+应用场景+demo源代码+执行过程分析)
Java【付诸实践 03】Spring定时任务注解@Scheduled+@EnableAsync用法详解(简单说明+应用场景+demo源代码+执行过程分析)
130 2
|
前端开发
【前端验证】对uvm_info宏的进一步封装尝试
【前端验证】对uvm_info宏的进一步封装尝试
|
人工智能 自然语言处理 前端开发
小程序引入组件库报错VM128:1 Unhandled promise rejection TypeError: WebAssembly.instantiate(): Argument 0 must
小程序引入组件库报错VM128:1 Unhandled promise rejection TypeError: WebAssembly.instantiate(): Argument 0 must
60 0
|
测试技术 数据库 容器
【UVM源码学习】uvm_resource
【UVM源码学习】uvm_resource
190 0
【UVM源码学习】uvm_resource
【UVM源码学习】uvm_event
【UVM源码学习】uvm_event
333 0
【UVM源码学习】uvm_event
【UVM源码学习】uvm_object
【UVM源码学习】uvm_object
137 0
【UVM源码学习】uvm_object
【UVM源码学习】uvm_resource_specializations
【UVM源码学习】uvm_resource_specializations
98 0