在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

相关文章:

  • 2021-09-08
  • 2021-04-17
  • 2022-02-12
  • 2022-01-20
  • 2022-12-23
  • 2021-05-09
  • 2021-09-08
  • 2021-08-30
猜你喜欢
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2021-04-28
  • 2022-12-23
相关资源
相似解决方案