How to loop to variable in test case? #927
Answered
by
hneemann
DungeonMaestro215
asked this question in
Q&A
-
Hello, The following code snippet is throwing the error 'Variable iters not found.' Is there a way to make the bound of the loop a variable name instead of a hardcoded number? CLK A B Y Let me know if there is any more information that you would like. I could also attach an example file. |
Beta Was this translation helpful? Give feedback.
Answered by
hneemann
Feb 24, 2022
Replies: 1 comment
-
No, the loop range needs to be a constant. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DungeonMaestro215
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, the loop range needs to be a constant.