关于modelsim中有Rom读取Hex文件仿真时出现问题,请教各位攻城狮?
时间:10-02
整理:3721RD
点击:
modelsim中有Rom读取Hex文件仿真时出现问题,自己根据网上的教程方法,教程如下http://bbs.elecfans.com/jishu_418284_1_1.html
修改modelsim.ini文件,添加convert_hex2ver.dll。
出现如下问题:
# ** Note: (vsim-3812) Design is being optimized...
#
# ** Note: (vsim-3865) Due to PLI being present, full design access is being specified.
#
# ** Note: (vopt-143) Recognized 2 FSMs in module "Receive_Print_Datas(fast)".
#
# Loading D:/modeltech64_10.2c/win64/convert_hex2ver.dll
# ** Error: (vsim-3193) Load of "D:/modeltech64_10.2c/win64/convert_hex2ver.dll" failed: Bad DLL format.
#
# ** Error: (vsim-PLI-3002) Failed to load PLI object file "D:/modeltech64_10.2c/win64/convert_hex2ver.dll".
@hxing
请教各位攻城狮 原因是什么,该如何修改?
修改modelsim.ini文件,添加convert_hex2ver.dll。
出现如下问题:
# ** Note: (vsim-3812) Design is being optimized...
#
# ** Note: (vsim-3865) Due to PLI being present, full design access is being specified.
#
# ** Note: (vopt-143) Recognized 2 FSMs in module "Receive_Print_Datas(fast)".
#
# Loading D:/modeltech64_10.2c/win64/convert_hex2ver.dll
# ** Error: (vsim-3193) Load of "D:/modeltech64_10.2c/win64/convert_hex2ver.dll" failed: Bad DLL format.
#
# ** Error: (vsim-PLI-3002) Failed to load PLI object file "D:/modeltech64_10.2c/win64/convert_hex2ver.dll".
@hxing
请教各位攻城狮 原因是什么,该如何修改?
仿真的错误提示图如下,
提示 failed: Bad DLL format. 你看看 你修改 convert_hex2ver.dll 时,是否正确。
convert_hex2ver.dll 这个文件文件,我没有修改,我只把它拷贝到对应的文件下面
这个实验 是 我很久以前做的,现在已经忘了 怎么做的了,找时间我再看看。
有没有找到原因阿
问题已经解决,不需要convert_hex2ver.dll
问题原因:我在建工程时进行了文件夹分类,如图1,例化的ROM IP 核在IP文件夹中,这样,仿真时即便把hex文件放到modelsim工程的根目录下,也不能读取。
解决方法:在生产IP 核时将IP保存在默认的文件下面,也就是和工程文件.qpf文件在同一文件夹下,如图2所示,这样根本不需要convert_hex2ver.dll文件的方法,仿真绝对成功
图1
图2
解决方法在楼下
问题已经解决,Rom生产时IP和hex放在默认的文件夹下
谢谢分享