In reply to Eranr:
uvm-1.1 and uvm-1.2 both are supporting globbing and regular expressions.
globbing constructs are internally converted into reg expressions. For more Details see
function string uvm_glob_to_re(string glob);
In reply to Eranr:
uvm-1.1 and uvm-1.2 both are supporting globbing and regular expressions.
globbing constructs are internally converted into reg expressions. For more Details see
function string uvm_glob_to_re(string glob);