1. get_type_name()是uvm_object类的一个内置函数,其解释如下: This function returns the type name of the object, whichis typically the type identifier enclosed in quotes. 1. 2. 带parameter的类需要用uvm_component_param_utils注册,注册时需要传递参数,如: `uvm_component_param_utils(driver #(T))...