|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
I have a question about the performance of ICC Zroute:It seems doesn't have a good result for ICC Zroute doing tsmc 0.25um process.
User must use classical route to do the final routing , otherwise the chip can not be clean.
Does anyone have same experience on this situation? and then give me input to get better solution.
My tcl commands as following:
route_zrt_group -all_clock_nets \
-max_detail_route_iterations 50
route_zrt_auto \
-max_detail_route_iterations 100
route_zrt_detail -incremental true -max_number_iterations 200
route_search_repair \
-rerun_drc \
-loop 300 \
-trim_antenna_of_user_wires |
|