Forum Discussion
GLT1
Occasional Contributor
3 years agoIt's part of the vsim command line used to open up questa.
vsim -voptargs=+acc <your simulation test bench name>
- JSLY3 years ago
New Contributor
Yes that helps Thank You. However I hate typing, is there a way to modify the TCL script or the modelsim.ini to turn off optimization so I can just do on the top menu Simulate-> Start Simulation-><test bench> . right now using that command line vsim -voptargs=+acc <your simulation test bench name> works just fine until you shut down the questa, if you restart questa a later time, then you have to type in the vsim arguments all over again.