absExtract
absExtract(
)
=> 0 / 1
Description
Runs connectivity extraction for the selected cells and creates an extracted view for these cells based on the options set using absSetBinOption.
Arguments
Value Returned
Options
|
Specifies that connectivity information be extracted for signal nets, when set to
If |
|
|
Specifies that only paths that contain pin shapes from metal to gate or diffusion be considered for antenna calculation.
If set to |
|
|
Specifies a geometric operation to establish the geometry or shapes that should be present on a particular layer when extraction is performed. |
|
|
Specifies the layers through which the extractor extracts each net. To specify this argument, first set the |
|
|
Selects the connectivity setting for a particular layer. This argument is valid only if you have provided the associated layer and geometry specification. |
|
|
Determines which of the shapes found by the extractor should be turned into pins. This argument is valid only if the associated layer, geometry specification and connectivity have been provided. |
|
|
Controls how far down the design hierarchy the extractor searches for shapes. The default is |
|
|
Restricts the shapes considered by the extractor to those that intersect a bounding box around each starting pin shape. Specify the size of the bounding box in microns. |
|
|
Specifies the minimum width of shape to extract. The extractor extracts only shapes that are greater than or equal to the width you supply. |
|
|
Establishes a must-connect relation between all disjoint groups of shapes extracted for any net in the layout. |
|
|
Specifies a list of terminal names, each separated by a single space or a comma. Establishes a must-connect relation between disjoint groups of shapes extracted for the terminals listed. For all pins in the net, Abstract Generator retains the same terminal name.
To specify this argument, set |
|
|
Establishes a must-join relationship between all disjoint groups of geometries extracted from separate starting pins on the same net. |
|
|
Specifies a list of terminal names, each separated by a single space or a comma.
If the extractor finds a terminal name matching one of the names supplied, and if there are disjoint geometries from different starting pins on that net after extraction, then Abstract Generator creates a |
|
|
Specifies whether or not short detection is run by the extractor during the signal or power extraction process.
Set |
|
|
Specifies whether or not to extract connectivity for power nets. |
|
|
Specifies a geometric operation to establish the geometry and shapes that should be present on a particular layer when extraction is performed.
For information about creating a geometry specification, see the |
|
|
Specifies the layers through which the extractor extracts each net. To specify this argument, first set the |
|
|
Determines which of the shapes found by the extractor should be turned into pins. This argument is valid only if the associated layer and geometry specification have been provided. |
|
|
Controls how far down the design hierarchy the extractor searches for shapes. The default is |
|
|
Restricts the shapes considered by the extractor to those that intersect a bounding box around each starting pin shape. Specify the size of the bounding box in microns. |
|
|
Specifies the minimum width of shape to extract. The extractor extracts only shapes that are greater than or equal to the width you supply. |
|
|
Calculates antenna hierarchically by summing the antenna data on standard abstracts. |
|
|
Calculates either the |
|
|
Calculates either the |
|
|
Calculates either the |
|
|
Calculates the area of metal that will be connected to the pin when the layer is fabricated. |
|
|
Calculates the side area of the metal connected to the pins is calculated (perimeter x thickness). |
|
|
Includes |
|
|
Specifies a geometric operation to define the gate or drain geometry regions. For information about creating a geometry specification, see the |
|
|
Specifies a geometric operation to find the gate geometry; for example,
|
|
|
Specifies a geometric operation to determine the drain area that must be removed from the area of the diffusion; for example,
|
|
|
|
|
|
Extracts antenna factors by using the |
|
|
Selects an oxide model from the available oxide types, which are in the range
|
|
|
Specifies the layers for which you want to extract antenna data.
This option is valid only if you are using LEF 5.4 and the For information about creating a geometry specification, see the Layer Assignment for Antenna Extraction table. |
|
|
Specifies a geometric operation to define antenna regions.
For information about creating a geometry specification, see the |
|
|
Includes poly shape area in the calculation of |
|
|
Specifies whether Fully Depleted Silicon-On-Insulator (FDSOI) pseudo gate area is to be calculated while calculating antenna data. |
|
Example
Specifies that power nets should be extracted for Metal1, Metal2, and Metal3 layers for cells in the core bin and then runs the Extract step.
absSetBinOption "Core" "ExtractPwr" "true"
=> t
absSetBinOption "Core" "ExtractLayersPwr" "Metal1 Metal2 Metal3"
=> t
absExtract
=> 1
Related Topics
Return to top