|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
(1) 这个命令使用时也必须是端口什么的都一致才行,比如也不能把 2输入与非门替换为2输入与门,请问这个命令和size_cell有什么区别吗?
(2) man里面解释到:
If a cell is specified, it is
changed to be one occurrence of the specified design. If a reference
is specified, all cells of the given reference type are changed to be
occurrences of the design.
红色部分意思说的是可以替换reference cell,比如将design中的AND2X1替换为AND2X4,如何使用change_link实现呢 |
|