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...
KhaiChein_Y_Intel
Regular Contributor
7 years agoHi,
Use +acc with vopt to preserve visibility of all objects in the design or vsim -voptargs with +acc for selective design object visibility during debugging.