原始代码及log
package pkg;import uvm_pkg::*;`include"uvm_macros.svh"classmy_componentextends uvm_component;functionnew(string name,uvm_component parent);super.new(name,parent);endfunction taskrun_phase(uvm_phase phase);phase.raise_objection(this);`uvm_info("component","hello out there!"