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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 1874|回复: 0

[求助] siliconsmart生成的库,不能用于综合。

[复制链接]
发表于 2021-7-23 18:07:40 | 显示全部楼层 |阅读模式
100资产
简单的测试module。

module test (A1, A2, A3);
input A1, A2;
output A3;
    assign A3 = !(A1|A2);
endmodule
dc综合的时候,提示如下错误:
Warning: Cell U1 conflicts with the NOR2X1 in the target library. (OPT-106)
  Error processing 'test'.
Error: Compile has abnormally terminated.  (OPT-100)
siliconsmart参考安装工具下的tutorial的用例:
set cells {INVX1 NOR4X1 NOR2X1 OR2X1}
set charpoint testcase
create $charpoint
set_log_file $charpoint/sis.log
exec cp configure.tcl ${charpoint}/config/configure.tcl
set_location  $charpoint
import -fast -liberty ./test.lib -ext .spc -overwrite -use_default_slews -netlist_dir ./netlists/ $cells
configure -fast  -timing -power -ccs $cells
characterize $cells
model -timing -power -ccs -output ccs $cells

test.lib是参考标准单元库修改的。



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

本版积分规则

关闭

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

×

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

GMT+8, 2024-11-22 15:27 , Processed in 0.011467 second(s), 5 queries , Gzip On, Redis On.

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