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

http://www.verilab.com/resources/svlib/


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -