Forum Discussion
Sameer-sahu
Occasional Contributor
3 years agoHierarchy not found in Modelsim during RTL simulation
I am using Quartous prime 19.1 standard edition. I have a hierarchical design (comprising verilog file), see screenshot (some names hidden). When I launch RTL Simulation from Quartus, I see that...
SyafieqS
Super Contributor
3 years agoSeem to me your signals are being optimized away by Modelsim.
Can you try to preserve them?
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.
Let me know any update