Solved
Forum Discussion
AVovk
New Contributor
6 years agoKennyT_Intel, I ask you to answer one more question:
If I modify a file in the project, then to restart the simulation with the new data, I first stop the simulation "quit-sim" and recompile with the commands "source msim_setup.tcl" and "LD", but modelsim gives a lot of errors on each external module used by top-level file MAIN.v:
# Loading work.main
# ** Error: (vsim-3033) ./../../../main.v(198): Instantiation of 'receiving_from_PC' failed. The design unit was not found.
# Time: 0 ps Iteration: 0 Instance: /AC_meas_tb/main_inst File: ./../../../main.v
etc.
If I quit from ModelSim and start it again, do all operations described above, simulation start again normal.
How restart simulation without reopen ModelSim?