[ModelSim] vsim command - why Wave window is reloaded?
Hi,
I'm about the vsim command...
Here is how I'm used from the Transcript window:
%> vsim -t 1ns \
-L work \
-L work_lib \
-L altera_ver \
-L lpm_ver \
-L sgate_ver \
-L altera_mf_ver \
-L altera_lnsim_ver \
-L cyclone10gx_ver \
-L cyclone10gx_hssi_ver \
-L cyclone10gx_hip_ver \
-L fifo_191 \
-L fifo_dpr_72x4 \
-gui work.${UNIT}_tb \
-voptargs="+acc"
When I execute the above command, the Wave window is reloaded - all the signals are disappear from there and a fresh Wave window without signals is open.
In my intention was just re-elaborate the design after its re-compilation... I don't want that the Wave window will be reloaded...
So, how can I re-elaborate the re-compiled design without destroying signals in the Wave window?
Thank you!
The 'restart' command should solve the problem for restarting the simulation after recompilation the whole design...
It seems that the 'restart' command is a subset of the vsim command...