Regular Expression in UVM – uvm_re_match
Table of Contents [wpbread] uvm_re_match Sometimes it is useful to use a regular expression within the testbench, such as filtering based on instance hierarchy. To do this, UVM has a function called uvm_pkg::uvm_re_match(), which is a DPI-C function that makes use of the POSIX function regexec() to perform a string match. import “DPI-C” function int uvm_re_match […]
Regular Expression in UVM – uvm_re_match Read More »