system verilog - How to use DPI systemVerilog to detect a substring match? -
how use systemverilog dpi check if string contains string? example, strstr() in c can detect "str" contained within "string".
not sure mean dpi systemverilog? if want use functions similar c functions, highly suggest svlib library verilab. provides string manipulation methods using str
class
Comments
Post a Comment