vcpfeCreateRows
vcpfeCreateRows(d_cv t_mode[?partitionNamet_partitionName] [?areal_area] [?createRowsg_createRows] [?insertTapCellsg_insertTapCells] [?insertBoundaryCellsg_insertBoundaryCells] ) =>t/nil
Description
Estimates and creates rows according to the specified arguments. This command also places tap cells and boundary cells after row creation, which can be controlled using arguments.
Arguments
Value Returned
Examples
Creates rows and places tap cells.
vcpfeCreateRows(cv "insert" ?insertTapCells t)
=> t
Creates rows and places boundary cells.
vcpfeCreateRows(cv "insert" ?insertBoundaryCells t)
=> t
Places tap cells on already created rows.
vcpfeCreateRows(cv "insert" ?createRows nil ?insertTapCells t)
=> t
Deletes placed boundary cells.
vcpfeCreateRows(cv "delete" ?createRows nil ?insertBoundaryCells t)
=> t
Return to top