码迷,mamicode.com
首页 > 数据库 > 详细

uvm_config_db

时间:2019-12-10 15:07:47      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:str   type   config   sim   nbsp   stat   pool   provides   basic   

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

标签:str   type   config   sim   nbsp   stat   pool   provides   basic   

原文地址:https://www.cnblogs.com/camellia3371----/p/12016388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!