1204 - Simulation: Modelsim: Modelsim failed with the error message:"# ** Error: (vsim-3170) Could not find './work.StimModule_Unknown'."<br>
Description: Modelsim will produce this error when it cannot find a design to be loaded.
Error: "# ** Error: (vsim-3170) Could not find './work.StimModule_Unknown'."
Workaround:
To workaround this, user required to check the module name at the top level instance in the testbench is proper. Also, make sure that the module name preceeds the instance name. i.e.:module_name instance_name (PIN CONNECTIONS);
Related Articles
1242 - Simulation: Modelsim: What does "Fatal : Obsolete library format for design unit" Modelsim error mean?
Simulation: Modelsim: If the simulation libraries or your design files are compiled with an older version of Modelsim (for example, Modelsim 6.3) and are now being loaded (VSIM) into a newer version of Modelsim (for example, Modelsim 6.5), you will ...
ModelSim error on IP instantiation: (vsim-3033) Instantiation of 'MULTADDSUB36X36' failed. The design unit was not found.
Description: This error can occur when the Simulation tool uses the wrong libraries for your design. Solution: Go to the ModelSim File menu, then select Source Directory... Select the directory where your work library is located. Then, go to the ...
Modelsim 2020.3: When I tried to simulate the routed design (netlist-Verilog), there were a lot of error messages related to the following:
# ** Error (suppressible): (vsim-19) Failed to access library 'ovi_ice' at "ovi_ice".
# No such file or directory. (errno = ENOENT)
Description: When users implement a post-route simulation with iCEcube2 supported modelsim, they are encountering the below library access error: # ** Error (suppressible): (vsim-19) Failed to access library 'ovi_ice' at "ovi_ice". # No such file or ...
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 ...
Modelsim for Diamond 3.13: "Error: (vsim-3043) Unresolved reference to I2C_WAKE"
Description: When simulating EFB in Lattice Diamond 3.13 & earlier version Modelsim OEM, due to the default enabled optimization setting of Modelsim, the error below will occur: "Error: (vsim-3043) Unresolved reference to I2C_WAKE" Solution: This is ...