Forum Discussion
allenS1
New Contributor
2 years agoYes exactly. I was able to fix the issue by adding the runtime argument to the elab_debug command in my .do file:
elab_debug +RUNTIME_ARG
Another issue I'm having is with the final procedure in my testbench. I believe the final procedure is supposed to run at the end of the simulation after $finish is called in the initial block. But when running the simulation I don't see any of the $display statements from the final block shown in the transcript window. Should I make a separate post for this or can you answer here? Thank you.