问一个PT的问题
时间:12-12
整理:3721RD
点击:
怎么根据load cell的A/B/C/* pin找到它的driving cell?
如load pin: ddr/U_123/A
谢谢
如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]