uvm_config_db
Posted 禾雨
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uvm_config_db相关的知识,希望对你有一定的参考价值。
The <uvm_config_db> class provides a convenience interface on top of the <uvm_resource_db> to simplify the basic interface that is used for configuring <uvm_component> instances.
以下代码来自uvm-1.1d/src/base/uvm_config_db.svh
class uvm_config_db#(type T=int) extends uvm_resource_db#(T);
static uvm_pool#(string, uvm_resource#(T) m_rsc[uvm_component];
static local uvm_queue#(m_uvm_waiter) m_waiters[string];
以上是关于uvm_config_db的主要内容,如果未能解决你的问题,请参考以下文章