|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
In order to edit the FILL view. You can generate metal fill information from the FILL view and use this to insert metal fill in the CEL view. (Note that this can take a long time.)
To merge the FILL view into the CEL view,
1. Open the FILL view.
icc_shell> open_mw_cel $design.FIL
2. Save the metal fill information.
icc_shell> write_route -output_metal_fill -output metal_fill.tcl
3. Close the FILL view.
icc_shell> close_mw_cel $design.FIL
4. Open the CEL view.
icc_shell> open_mw_cel $design.CEL
5. Source the metal fill information.
icc_shell> source -echo metal_fill.tcl
6. Save the CEL view.
icc_shell> save_mw_cel -as design_FIL
7. Remove the FILL view.
The FILL view is no longer required, because the metal fill data is now in the CEL view. |
|