Last active
December 28, 2015 13:49
-
-
Save jz5/7510849 to your computer and use it in GitHub Desktop.
$value$plusargs sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
integer foo; | |
if ($value$plusargs("FOO=%d", foo)) begin | |
$display("FOO = %0d", foo); | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment