Sim script msim_setup.tcl, ModelSim may issue error messages similar to the following: Error: test_module.sv(2): Could not find the package (avalon_mm_pkg). Error: (vsim-8386) ./test_module.sv(75): An enum variable may only be assigned...
Fatal: Internal Error - vopt returned success but vsim could not find a design to simulate!. Please contact customer support for further assistance. 还有这个错误: Error: d:/program files/altera/12.0/quartus/eda/sim_lib/altera_lnsim.sv(10759): (vlog-13006) Could not find the package (altera...
【Modelsim常见问题】Error: (vsim-3170) Could not find 这个错误发生的原因通常是测试的tb文件模块名和文件名不一致导致,参考如下:
Could not find work.dspba_library_package 答:dspba_library_package是VHDL的库文件。假如这个是IP核生成的文件(在IP核目录能搜索到dspba_library_package),那么就应将该文件添加到仿真工程,或者MDY 的F文件列表中,如下图。 上图中,20行是IP核生成的QIP文件,是QUARTUS工程要用到的。21~24是IP核设计文件,是...
**Error: (vsim-3170) Could not find '……simulation/modelsim/rtl_work.HEX4_tb'.Error loading...
【问题50】Could not find work.dspba_library_package 答:dspba_library_package是VHDL的库文件。假如这个是IP核生成的文件(在IP核目录能搜索到dspba_library_package), 那么就应将该文件添加到仿真工程,或者MDY 的F文件列表中,如下图。 上图中,20行是IP核生成的QIP文件,是QUARTUS工程要用到的。21~24是IP...
【Modelsim常见问题】Error: (vsim-3170) Could not find**Error: (vsim-3170) Could not find '……simulation/modelsim/rtl_work.HEX4_tb'.Error loading design 小梅哥 2020-02-13 20:18:14 modelsim和Quartus使用问题 returned success but vsim could not find a design to simulate!. Please contact ...
问题发现:相信小伙伴们在利用Modelsim进行仿真Verilog代码的时候,一定会遇到如图所示的问题(图中绿色方框标注),本篇文章专为解决此类问题。 问题分析:这类问题与Verilog代码本身无关,即与Modelsim软件安装有关,经个人测试,其中的一个原因是Modelsim软件安装路径中各个文件夹命名中出现了空格。
# ** Error: (vsim-3170) Could not find 'lab1_tb'. 这是因为 testbench文件名与其中module后紧跟的名称不匹配: 这里我的testbench文件名是tab1_tb, 但仿真模块里面却是logic_gates_tb, 将仿真模块里面的logic_gates_tb改为lab1_tb就可以了。
I am doing simulation with modelsim.When compiling the libraries before runing the do file, i am confused of the error below:# ** Error: (vcom-11) Could not find work.stratixiv_hssi_components.# ** Error: ./altera/stratixiv_hssi_atoms.vhd(112): (vcom-1195) Cannot fin...