delete_cellview
delete_cellview -libs_libName-cells_cellName-views_viewName[ -delete_non_empty ]
Description
Arguments
|
If you did not specify a view, this argument causes cells to be removed even when they are not empty, otherwise the cell is deleted only when it has no views. |
|
Examples
The following command deletes the layout view in mylib for the TEST cell.
delete_cellview -lib mylib -cell TEST -view layout
Related Topics
Return to top