|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
[求助] 为何每个class定义里面都有一个new函数?这个函数的作用UVM
class simple_test extends uvm_test;
function new (string name, uvm_component parent);
super.new(name, parent);
endfunction : new
................................
end class;
本人菜鸟,刚学习UVM,请指教,多谢 |
|
|