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

 找回密码
 注册

手机号码,快捷登录

手机号码,快捷登录

搜帖子
查看: 4931|回复: 2

[讨论] ICC:NO valid link library found

[复制链接]
发表于 2014-4-9 10:18:18 | 显示全部楼层 |阅读模式

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

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

×
Warning: No valid link library found,please specify link_libray.
请教:链接库是哪些文件?里面定义的是什么?怎样链接?
发表于 2014-4-9 13:18:46 | 显示全部楼层
IC Compiler uses the “link library” to resolve all the instantiated components in a netlist. A netlist is resolved if IC Compiler finds a corresponding library cell (in any of the specified link_library files) for each leaf cell that is instantiated in the netlist, as well as a corresponding design in IC Compiler memory (that’s what the * represents) for each sub-design in the netlist. This “resolving” happens when the netlist is read in (described in a few pages).
回复 支持 反对

使用道具 举报

发表于 2016-11-6 01:13:56 | 显示全部楼层
回复 1# severdesigner

在使用ICC时,我也看到了这样的warning
icc_shell> open_mw_cel dfm
Warning: No valid link library found, please specify link_library. (IFS-008)

解决的办法是,在导入你的设计前,先将需要的library导入ICC,
# Standard cell lib
set_min_library ${synopsys_max_db_name}.db -min_version ${synopsys_min_db_name}.db  
# iopad lib
set_min_library ${iopad_max_db_name}.db    -min_version ${iopad_min_db_name}.db
# SRAM macro lib
set_min_library ${ibm_sram_max_db_name}.db -min_version ${ibm_sram_min_db_name}.db



然后再打开design就没有告警了
icc_shell> open_mw_cel dfm
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

GMT+8, 2025-8-22 15:55 , Processed in 0.015986 second(s), 7 queries , Gzip On, Redis On.

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