Hi There,
I want to run interactive mode since my simulation hangs and want to find out the loop. I have a tcl file which containts huge number of force statements and it takes extremely long time to let all force statement to finish. I believe, this happen due to continuous transfer of control between tcl and tb. I want to set a break point after all the force statement executes. So basically, till I finish all force statements from tcl, I want let irun run in regular mode and then after it want to switch to interactive mode to debug the loop.