Forum Discussion
GLous
New Contributor
7 years agohow to see all signals without optimization in modelsim 10.7
I'm simulating with modelsim 10.7 a design created with Quartus Prime Pro 18, but I don't know hot to do the simulation with no optimizations with this new version. I attach the simScript.do where...
Tricky
Occasional Contributor
7 years agoI cant see the vopt or vsim commands.
If -novopt vsim option has finally been deprecated (like they threatened 3 years ago) then you will need to use +acc=<path> args to vopt to get visibility inside your modules.
You will probably need to read the modelsim manual for full explination of the +acc arguments.