Created
August 7, 2023 03:50
-
-
Save dvtalk/a31fc4750e5beb3c8e1892a28447c553 to your computer and use it in GitHub Desktop.
Delay with variable
This file contains 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
m_var = 10; | |
#(m_var * 1ns); // delay 10 ns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment