alexislms
Contributor
3 years agoQuesta 2020.1: Error: (vsim-3296) Unknown option '-restore'
I'm trying to restore a checkpoint of a very long simulation using
$ vsim -restore checkpoint Reading pref.tcl ** Error: (vsim-3296) Unknown option '-restore'. Use the -help option for complete vsim usage. Errors: 1, Warnings: 0
From the Questa SIM Command Reference Manual:
restore Restores the state of a simulation that was saved with a checkpoint command during the current invocation of vsim (a “warm restore”). Syntax restore <pathname> Description The restored items are: simulation kernel state, vsim.wlf file, HDL objects listed in the List and Wave windows, file pointer positions for files opened under VHDL and under Verilog $fopen, and the saved state of foreign architectures. Use this command to restore while running vsim. To start up vsim and simultaneously restore a previously-saved checkpoint, use vsim -restore (called a "cold restore").
The last line: `use vsim -restore`.
Opening vsim and then "restore checkpoint": ("checkpoint" is the filename)
$ vsim -help restore Model Technology ModelSim - INTEL FPGA STARTER EDITION vsim 2020.1 Simulator 2020.02 Feb 28 2020 ** Error (suppressible): (vsim-13356) Option "restore" is unrecognized Category for vsim tool.
What am I missing?
Regards,
Alexis,
Are you using Modelsim or Questasim?
The reason is from the image you attached seem like you are using Modelsim as mentioned
""Model Technology ModelSim - INTEL FPGA STARTER EDITION vsim 2020.1 Simulator 2020.02 Feb 28 2020""
""Modelsim>""