文章详情

ID: 1204
实例类型: faq
分类: Simulation
相关: MTI
产品系列: All Devices

搜索答案数据库

Search Text Image

Simulation: Modelsim: Modelsim failed with the error message:"# ** Error: (vsim-3170) Could not find './work.StimModule_Unknown'."

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);