首页 > 其他 > 详细

DC - 多阈值综合

时间:2020-03-11 20:08:28      阅读:150      评论:0      收藏:0      [点我收藏+]

Multi-Threhold systhesis DC commond

在operating condiction 里面使用 set_target_library_subset 命令。

例如 .v 结构:

top.v
----u1 or.v  (用thre1.db)
----u2 and.v (用thre2.db)

则:

set_target_library_subset -top "thre1.db thre2.db"
set_target_library_subset "thre1.db" -object_list u1
set_target_library_subset "thre2.db" -object_list u2

DC - 多阈值综合

原文:https://www.cnblogs.com/lyc-seu/p/12463950.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!