請問 ICC 在 high-fanout net @ create_fp_placement 有被處理嗎?(已解決)
时间:10-02
整理:3721RD
点击:
請問 ICC 在 high-fanout net @ create_fp_placement 有被處理嗎?
我加了以下設定 還是有超過 fanout=25 的 net
set psynopt_high_fanout_legality_limit 25
set high_fanout_net_threshold 25
set_auot_disable_drc_nets -click false
set placer_enable_enhanced_router TRUE
report_net_fanout -threshold 25==> report 很多net
請問高手如何解?
Just setting:set_max_fanout 25 [current_design]
set_auto_disable_drc_nets -clock false
place_opt -effort high -optimize_icgs
...
report_net_fanout -threshold 25
不会处理,做place_opt会处理