微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微电子和IC设计 > 微电子学习交流 > 问一个PT的问题

问一个PT的问题

时间:12-12 整理:3721RD 点击:
怎么根据load cell的A/B/C/* pin找到它的driving cell?
如load pin:   ddr/U_123/A
谢谢

可以试试
get_nets -of_objects
get_cells -of_objects

get_cells -of [get_pins -of [get_nets -of ddr/U_123/A] -filter
"direction == out"]

get_cells -of [get_pins [all_fanin -to [get_pins ddr/U_123/A] -flat -level 1] -q -f direction==out]

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top