微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 综合技术问答 > EDA使用问答 > modelsim 产生fsdb文件的问题

modelsim 产生fsdb文件的问题

时间:03-15 整理:3721RD 点击:
大家好。我想用modelsim产生fsdb文件与Debussy协同工作,但是我按照网上说的方法设置,还是会出现问题。
# ** Warning: (vsim-PLI-3003) M:/IC_tool/Novas/Debussy/verilog_add4/add4test.v(19): [TOFD]
- System task or function '$fsdbDumpfile' is not defined.
#Region: /testbed
# ** Warning: (vsim-PLI-3003) M:/IC_tool/Novas/Debussy/Verilog_add4/add4test.v(20): [TOFD]
- System task or function '$fsdbDumpvars' is not defined.

大家帮我看看我的过程有什么问题:
第一步:挂 PLI
在 modelsim.ini 這個檔案中, 找到如下的敘述
; List of dynamically loaded objects for Verilog PLI applications
; Veriuser = veriuser.sl
並將; Veriuser = veriuser.sl 改為Veriuser = c:\novas\debussy\share\pli\modelsim_pli\winnt\novas.dll 拿掉前面那個 ";"
第二步:修改环境变量:
環境變數D_LIBRARY_PATH
變數值: C:\novas\debussy\share\pli\modelsim_pli\winnt\novas.dll

環境變數LIOBJS
變數值: C:\novas\debussy\share\pli\modelsim_pli\winnt\novas.dll

第三步:在 TestBench 中加入
initial
begin
$fsdbDumpfile("filename_you_want.fsdb");
$fsdbDumpvars;
end

顶上去啊。就没有人帮忙下吗。

解决了,原来是环境变量那里少了个P,应该是PLIOBJS,郁闷死。

顶!11

Thanks

我怎么也这么做了,还是出现同样的问题呀

tks 小编,我刚好也遇到这个问题!

kankna aa

谢谢大神,终于搞定了

想問一下維和我也照你的做但出現
Loading C:\modeltech64_10.1c\win64/novas.dll
# ** Error: (vsim-3193) Load of "C:\modeltech64_10.1c\win64/novas.dll" failed: Bad DLL format.
#
# ** Error: (vsim-PLI-3002) Failed to load PLI object file "C:\modeltech64_10.1c\win64/novas.dll".
#
#Region: /
# Loading C:\novas\debussy\share\pli\modelsim_pli\winnt\novas.dll
# ** Error: (vsim-3193) Load of "C:\novas\debussy\share\pli\modelsim_pli\winnt\novas.dll" failed: Bad DLL format.
#
# ** Error: (vsim-PLI-3002) Failed to load PLI object file "C:\novas\debussy\share\pli\modelsim_pli\winnt\novas.dll".
#
#Region: /
# Loading work.system(fast)
# Loading work.chip_core(fast)
# Loading work.controller(fast)
# Loading work.acs4(fast)
# Loading work.acs1(fast)
# Loading work.spu(fast)
# Loading work.clkgen(fast)
# Error loading design

上一篇:tessent91安装方法
下一篇:最后一页

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top