1 这是我的工程,此处省略一万字。在做ModelSim仿真的时候出现vsim-3033错误。首先,经过Quartus编译通过,在File菜单栏-Create/Update-Create HDL Design File From Current File。2 笔者用的是Verilog,所以生成了Verilog文件。用VHDL的童鞋自己验证……笔者没有用过VHDL……然后会在你当前的工程目录下生成一个跟你...
# ** Error: (vsim-3033) D:/Afpgab/0702/mux4_1/prj/../sim/encoder83_tb.v(11): Instantiation of 'encoder83' failed. The design unit was not found. 很多刚学FPGA的小伙伴会遇到图一的问题,仿真文件设置没有问题,但是仿真出不来,这是因为项目的顶层文件不是仿真所例化的文件名,软件找不到相...
0 最近,在 Modelsim 中仿真含有 PLL quartus 工程时, 遇到了问题:Error: (vsim-3033) E:/...
line 27: vsim -L altera_mf_ver asyncSerDes_tb -t ns Error: (vsim-3170) Could not find 'D:/MainFiles/Projekty Altera/Project/Simulation/work.asyncSerDes_tb'. --- Quote End --- When i try to start simulation - still Error 3033 with altsyncram. Cheers...
modelsim 仿真fifo时出现 Error: (vsim-3033) E:/Programs/ModelSim/fifo/ps2_fifo.v(75): Instantiation of 'scfifo' failed. The design unit was not found. 仿真波形不对,调用的ip核没有输出(白色虚线)等情况,都是因为没有在仿真工程中加入ip宏的.V文件: ...
图1 Error (vsim-3033) 图2 Error (vsim-3043) 图1的错误信息写着:Instantiaion of 'asj_fft_si_sose_so_b_fft_120' faile.The design unit was not found. 这是fft ip核主文件fft_ip.v里例化的一个模块,在fft-library文件夹里可以找到,但是打不开,因为加密了,这个时候有的人以为是少了什么库,...
发表了博文《modelsim仿真ddr出现的问题》Error:(vsim-3033)../rtl/mcb_controller/mcb_raw_wrapper.v(4481):Instantiatio°modelsim仿真ddr出现的问题 modelsim仿真ddr出现的问题 Error: (vsim-3033) ../rtl/mcb_controller/mcb_raw_wrapper.v(4481):Instantiation of 'OSERDES2' failed...
The error is; **Error: (vsim-3033) Instantiation of 'fourteen_iossm_mchip_encrypted' failed. The design unit was not found. Note: fourteen_iossm_mchip_encrypted is instantiated in the fourteennm_atoms.sv file. Thanks in advance, Appreciate your response0...
用modelsim仿真Xilinx 的ram 模块时报了下面的错误# ** Error: (vsim-3033) ram_ip.v(120): Instantiation of 'BLK_MEM_GEN_V2_7' failed. The design unit was not found. 我也把Xilinx的XilinxCoreLib simprims unisims三个库编译到modelsim的目录下了哪位大大帮帮我 ...
# ** Error: (vsim-3033) fifoctlr_ic_v2.v(126): Instantiation of 'BUFGP' failed. The design unit was not found. 是什么原因? “点到仿真模式,在source里面选中你建立工程选择的芯片,然后看Processes,点开,有个compile HDL simulation library,运行一下就OK了” ...