DC - 多阈值多电压综合

Multi-Threhold and voltage systhesis DC commond

在operating condiction 里面使用 set_target_library_subset 命令。

例如 .v 结构:

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

其中,u1和u2的工作电压域与top不同。
则除了用set_target_library_subset分不同的阈值之外,还需要顶层中把与顶层有交互的level shift(lvl)的db也加上:

set_target_library_subset -top "thre1.db thre2.db thre3.db"
set_target_library_subset "thre1.db" -object_list u1
set_target_library_subset "thre2.db" -object_list u2
posted @ 2020-03-11 17:47  love小酒窝  阅读(1154)  评论(0编辑  收藏  举报