icc_shell> printvar high_fanout_net_threshold high_fanout_net_threshold = "1000" all_high_fanout -nets -through_buf_inv -threshold 1000
在design进行layout之前,cell的location是不确定的,这时对于high fanout net的timing估算是很不准确的。
实践中的作法是把high fanout net的处理推迟到后端,而在前端就把这些net当作理想中的连线,即Ideal Network。
对于ideal network,不需要进行优化,也不需要进行DRC检查,Timing计算也按照理想值进行。
set_ideal_network
remove_ideal_network