zener
Occasional Contributor
4 years agoIs waveform generation disabled in Questa FSE?
I'm not able to generate waveform files (VCD or WLF) when running Questa FSE using vlog/vsim under Linux.
The script used to work when running Modelsim ASE.
The exact same Verilog source will generate a VCD file when running a different simulator. It's simply doing initial $dumpvars; Using Questa FSE vsim the simulation is running as expected but the resulting VCD have no data in the $dumpvars section.
When I pass a do file to vsim with the following content:
log -r /*
run 10000ms;
quit -f
I get the following error:
# ** UI-Msg: (vish-4014) No objects found matching '/*'.
Did the commands change or has this feature been deliberately disabled in Questa FSE?