dve_import_layer()

Used to get design data from the layout editor into the design verification process. Copies layer data from the layout editor onto an import layer that can be used in a rule command. Returns an import layer.

See also: dve_export_layer()

Syntax

inputLayer = dve_import_layer (layerId);

where:

layerId is the string layer name or integer layer number of an existing design layer

Example

decl lyrCond = dve_import_layer ("cond");
decl lyrError101 = dve_export_layer ("error101");
lyrError101 += dve_drc (width (lyrCond) < 4.0, "Metal width less than 4.0");
 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources