实例代码:
function void my_agent::build_phase(uvm_phase phase);
super.build_phase(phase);
if (is_active == UVM_ACTIVE) begin
drv = my_driver
UVM基础:uvm_agent中is_active变量释义
实例代码:
function void my_agent::build_phase(uvm_phase phase);
super.build_phase(phase);
if (is_active == UVM_ACTIVE) begin
drv = my_driver
829
2043
2080
258
1338

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