
** Error (suppressible): (vlog-12110) All optimizations are disabled because the -novopt option is in effect. This will cause your simulation to run very slowly. If you are using this switch to preserve visibility for Debug or PLI features, please see the User's Manual section on Preserving Object Visibility with vopt. -novopt option is now deprecated and will be removed in future releases.
Errors: 1, Warnings: 0
** Error: E:/modeltech64_2019.2/win64/vlog failed.
Error in macro ./ov7725_hdmi_640x480_run_msim_rtl_verilog.do line 8
E:/modeltech64_2019.2/win64/vlog failed.
卡了很久了,一直没解决,恳请hxd帮帮忙。
把你的do文件贴出来看看。,
这里有我自己写的do文件内容,能正常跑的。
vlib work
vmap work work
vlog -incr -work work -f ../filelist/filelist.f
-vlog01compat
vsim -t ps -novopt +notimingchecks
work.test
run 12ms
q
代码出错了,去查一查,verilog代码语法是否正常,testbench语法是否正常,以及do文件是否正确
错误(可抑制):(vlog-12110)所有优化都被禁用,因为-novopt选项有效。这将导致模拟运行非常缓慢。如果使用此开关来保持调试或PLI功能的可见性,请参阅用户手册中有关使用vopt保持对象可见性的部分-novopt选项现在已被弃用,并将在未来的版本中删除。
解决方案:把-novopt去掉