Questa Sim版本:2021.01
問題描述
在仿真中為防止信號被優(yōu)化,會在modelsim仿真的do文件中使用vsim -novopt項,但是Questa Sim已經(jīng)不支持,并會提示以下信息。所以要觀察信號第一步先要解決該問題。
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.
解決方案:
(1)在Simulate -> Design Optimization...中,選擇Visibility中,選擇
Apply full visibility to all modules。
當然也可以選擇Customized visibility選項把不希望被優(yōu)化的文件添加起來,必須全部不優(yōu)化會增加仿真時間的。
但是這樣還不夠,因為在Object中依然看不到信號。
(2)在.do 文件的vsim后面添加 -voptargs=+acc
vsim -t ps -voptargs=+acc work.TI60_MIPI_csi_tb
經(jīng)過以上兩步操作之后,就可以看到object中的信號,然后添加到wave中就可以觀察了。
審核編輯:湯梓紅
-
仿真
+關(guān)注
關(guān)注
50文章
4125瀏覽量
134031 -
Sim
+關(guān)注
關(guān)注
2文章
247瀏覽量
40095 -
Questa
+關(guān)注
關(guān)注
0文章
3瀏覽量
1628
原文標題:Questa Sim不支持-novopt問題
文章出處:【微信號:gh_ea2445df5d2a,微信公眾號:FPGA及視頻處理】歡迎添加關(guān)注!文章轉(zhuǎn)載請注明出處。
發(fā)布評論請先 登錄
相關(guān)推薦
評論