class uvm_coreservice_t extends uvm_object;
// Internal data members
local uvm_factory m_factory;
local uvm_tr_db m_tr_db;
local uvm_report_server m_report_server;
// Constructor
function new(string name = "");
super.new(name);
endfunction

最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



