-
|
How do I run a shell command from the SystemVerilog test bench? |
Beta Was this translation helpful? Give feedback.
Answered by
subbdue
Mar 18, 2023
Replies: 1 comment
-
|
You can use the |
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
You can use the
$system()function.