-
|
How do you extract a portion of string in SystemVerilog? |
Beta Was this translation helpful? Give feedback.
Answered by
subbdue
Mar 18, 2023
Replies: 1 comment
-
|
This can be done using the string method Output: Check out this link for more about SystemVerilog string methods and examples: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
subbdue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be done using the string method
substr(int i, int j).Output:
Check out this link for more about SystemVerilog string methods and examples:
https://www.systemverilog.io/verification/systemverilog-string-methods/