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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

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

[求助] dc综合时使用28nm的台积电工艺出现以下错误

[复制链接]
发表于 前天 19:04 | 显示全部楼层 |阅读模式

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

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

x



最近写了个乘法器,想用dc进行综合一下,
但总是出现这样的错误

Error: The target library does not contain all required gates.
Either a NOR, or an AND and an OR gate (two-input) is required for mapping. (OPT-102)
Error: Compile has abnormally terminated.  (OPT-100)

有没有大佬指点一下啊,感谢
这是我的指令

set folder_path "/home/cy/product/test"
set verilog_files [glob -nocomplain "${folder_path}/*.v"]
foreach file $verilog_files {
    puts "正在读取 Verilog 文件: $file"
    read_verilog $file
}
current_design Top_booth_1
set_app_var target_library ../library/tcbn28hpcplusbwp40p140cgcwffg0p99v0c.db

set_app_var link_library ../library/tcbn28hpcplusbwp40p140cgcwffg0p99v0c.db

link
create_clock "clk" -period 14
set_clock_uncertainty -setup 0.15 [get_ports clk]
set_clock_transition 0.12 [get_clocks clk]

write_sdc test.sdc
write_sdf test.sdf
write_file -format verilog -output netlist.v

发表于 前天 23:01 | 显示全部楼层
用这个:tcbn28hpcplusbwp7t40p140 试一下

你挂的那个 *cg*,应该是一套低功耗Cell库的。
 楼主| 发表于 昨天 14:04 | 显示全部楼层


Lover_Momo 发表于 2025-7-11 23:01
用这个:tcbn28hpcplusbwp7t40p140 试一下

你挂的那个 *cg*,应该是一套低功耗Cell库的。


谢谢您的指点,我去试一下
 楼主| 发表于 昨天 14:15 | 显示全部楼层


Lover_Momo 发表于 2025-7-11 23:01
用这个:tcbn28hpcplusbwp7t40p140 试一下

你挂的那个 *cg*,应该是一套低功耗Cell库的。


我换了个库,还真解决了,谢谢大哥,下次应该提前看看库文件里有没有标准单元库
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

GMT+8, 2025-7-13 03:41 , Processed in 0.016699 second(s), 8 queries , Gzip On, MemCached On.

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