在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 4933|回复: 3

求助:除法器 仿真 出错

[复制链接]
发表于 2007-5-23 21:01:09 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
我在程序中调用了一个IP核——除法器。程序代码如下:

module divider_N(CLK_1M,A,B,C,D,RFD);
    input CLK_1M;
  input [15:0]A;
    input [15:0]B;
  output [15:0]C;
  output [15:0]D;
  output RFD;
     
//   实例化除法器divide
divide U1 (
.clk(CLK_1M),
.dividend(A),
.divisor(B),
.quotient(C),
.remainder(Q),
.rfd(RFD));
endmodule

在用ISE自带的仿真工具进行仿真时,出现如下的error提示:
ERROR:HDLParsers:3482 - Could not resolve instantiated unit DIV_GEN_V1_0 in Verilog module work/divide in any library
ERROR:Simulator:198 - Failed when handling dependencies for module divider_N_tbw

功能仿真无法实现,请指教
 楼主| 发表于 2007-5-24 09:57:20 | 显示全部楼层
通过查找,得到如下提示:
When running 9.1i ISE Simulator, all or some of the following errors are encountered:
"ERROR:HDLParsers:14 - Dependency database /hdpdeps.ref doesn't exist and can't be written"
"ERROR:HDLParsers:3482 - Could not resolve instantiated unit <name> in Verilog module work/<name> in any library"
"ERROR:Simulator:198 - Failed when handling dependencies for module <name>"


Solution 1:
This problem has been fixed in the latest 9.1i Service Pack available at:
http://www.xilinx.com/xlnx/xil_sw_updates_home.jsp
The first service pack containing the fix is 9.1i Service Pack 1.


所以我就进入上面网站,下载了更新。但是我用的是ISE 8.2i,而下载来的更新是9.1i版本的,安装不上啊 !(好像不匹配)
怎么办?
发表于 2007-5-26 10:36:21 | 显示全部楼层
这是因为你仿真的时候没有加入xiinx的库,你用xilinx的ip生成工具ipgenerator生成的ip在仿真时都必须加入xilinx的库才能仿真的。库就是这些ip的行为模型的verilog描叙。

怎么编译和加入库,可以在网上搜索:xilin 库编译 modelsim 仿真库 等关键词。
 楼主| 发表于 2007-5-26 19:21:18 | 显示全部楼层
我用的是ISE自带的仿真工具,并且先前我曾经做过乘法器和累加器的仿真,功能仿真是可以出来的;
我在怀疑:是不是应该更新IP核?

点击ERROR提示,在官方网站上得到如下提示:
When running 9.1i ISE Simulator, all or some of the following errors are encountered:
"ERROR:HDLParsers:14 - Dependency database /hdpdeps.ref doesn't exist and can't be written"
"ERROR:HDLParsers:3482 - Could not resolve instantiated unit <name> in Verilog module work/<name> in any library"
"ERROR:Simulator:198 - Failed when handling dependencies for module <name>"

Solution 1:
This problem has been fixed in the latest 9.1i Service Pack available at:
http://www.xilinx.com/xlnx/xil_sw_updates_home.jsp
The first service pack containing the fix is 9.1i Service Pack 1.

所以我就进入上面网站,下载了更新。但是我用的是ISE 8.2i,而下载来的更新是9.1i版本的,安装不上啊 !(好像不匹配)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-17 10:00 , Processed in 0.017747 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表