Forum Discussion
jeffrs20
New Contributor
2 years agoQuesta doesn't show UUT under Work
This is for Quartus Prime Standard and Questa Sim (both licensed). Under the test bench, the instantiated UUT should be present. As I'm a novice I puzzled over what I was doing wrong. However, I s...
- 2 years ago
When you generate a simulation script for an IP or an example design, it does.
sstrell
Super Contributor
2 years agoIn Questa, you have to add the +acc option so the command is
vsim work.fullAdder_testbench -voptargs=+acc
In the GUI, this is
This is a change from Modelsim where this wasn't necessary.
- jeffrs202 years ago
New Contributor
I found this option. It looks slightly different than yours. But when I change to Apply full... The OK box is grayed out. I also looked inside Quartus to see if there is an option to pass this to the simulator but couldn't find anything applicable.
- sstrell2 years ago
Super Contributor
No, after compiling, do Simulate menu -> Start Simulation and click Simulation Options. You also have to select the top-level design unit on the Design tab there.