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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 4385|回复: 8

[求助] DC warning请教

[复制链接]
发表于 2012-3-20 17:09:08 | 显示全部楼层 |阅读模式

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

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

x
有人知道这种warning怎么解决不,我都不知道这些cell指的是什么,怎么查,

Warning: In design 'Lens_shading_top', cell 'I_4' does not drive any nets. (LINT-1)
Warning: In design 'Lens_shading_top', cell 'B_12' does not drive any nets. (LINT-1)
Warning: In design 'Lens_shading_top', cell 'B_13' does not drive any nets. (LINT-1)
Warning: In design 'Lens_mul_11_11_22_00', cell 'B_2' does not drive any nets. (LINT-1)
Warning: In design 'Lens_mul_22_11_33_00', cell 'B_2' does not drive any nets. (LINT-1)
Warning: In design 'Lens_mul_33_8_41_00', cell 'B_2' does not drive any nets. (LINT-1)
Warning: In design 'Lens_mul_44_8_52_00', cell 'B_2' does not drive any nets. (LINT-1)

****************************************************************************

Error: Cannot find valid synthetic library module for operator 'DIV_UNS_OP'. (SYNDB-34)
Information: Changed wire load model for 'Lens_mul_44_8_52_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_33_8_41_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_33_8_41_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_33_8_41_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_33_8_41_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_22_11_33_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_22_11_33_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_22_11_33_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_11_11_22_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_22_11_33_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_11_11_22_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_shading_cal' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_44_8_52_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_33_8_41_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_33_8_41_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_33_8_41_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_33_8_41_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_22_11_33_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_22_11_33_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_22_11_33_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_11_11_22_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_22_11_33_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_11_11_22_00' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_shading_cal' from '(none)' to 'area_zero'. (OPT-170)
Information: Changed wire load model for 'Lens_mul_19_10_30_0c' from '(none)' to 'area_zero'. (OPT-170)
发表于 2012-3-20 20:55:58 | 显示全部楼层
1、那些cell应该是把你的代码翻译成desingware lib生成的单元,在优化的时候给去掉了,估计你的代码质量很差!
2、error可能是你没有加目标lib吧!
 楼主| 发表于 2012-3-21 09:17:08 | 显示全部楼层
有懂的人么
发表于 2012-3-21 10:06:52 | 显示全部楼层
warning是因为你的端口悬空着,后面没有接到其他模块!
发表于 2012-3-24 13:01:42 | 显示全部楼层
建议你到后端设计版块中去问问。我刚开始学后端,也不太懂,看着应该是你选的cell有那个引脚,而你在设计的电路里没用到,lib error说是让你改一下线载模型,具体的我也不会。后端版块对这些熟悉的人很多
发表于 2012-3-26 15:45:23 | 显示全部楼层
I_4这个cell是你综合的时候工具给你生成的cell例化名, 比如 INVX4  I_4 (.a(x), .b(y)) 实际上你用到的CELL就是INVX4这个cell, no driver any net 值综合的时候工具优化掉了, 造成的某些CELL的连线浮空而已, 可以不去管它, 我就碰见过代码是4位的位宽, 但是综合以后就只有最高位和最低位 中间的两位就被综合优化了。
Error: Cannot find valid synthetic library module for operator 'DIV_UNS_OP'. 你要看你的配置文件中设置的综合库是不是这个库, 感觉就是你set_target_lib 的时候出了问题。
发表于 2012-7-15 11:03:07 | 显示全部楼层
回复 6# 教父


   我也遇到很多这样的Warning 真的不用管它么?
发表于 2017-9-20 21:20:34 | 显示全部楼层
怎么解决的阿?求教
发表于 2017-9-21 15:32:17 | 显示全部楼层
同意uid 927444 的回復
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

×

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

GMT+8, 2024-4-20 10:39 , Processed in 0.043312 second(s), 8 queries , Gzip On, Redis On.

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