6880 - Modelsim: How can I make simulation pass when I encounter the minimum resolution FATAL error (VSIM-3693)?

6880 - Modelsim: How can I make simulation pass when I encounter the minimum resolution FATAL error (VSIM-3693)?

To proceed with simulation, users need to manually add -t ns in vsim such as in the line 19 in the mdo file:

vsim -voptargs=+acc -t ns -L work -L pmi_work -L ovi_<device>  <test_bench_top>

Example:
vsim -voptargs=+acc -t ns -L work -L pmi_work -L ovi_lfcpnx  Nexus_ADC_top_tb

This allows the simulation to start and with this, users need to update the wizard to include -t parameter in vsim command.