Some functions are available on global level and can be used without any object. Most of them are convenience functions that basically act on some default object or provide function-like alternatives for the methods.
LVS is built upon DRC. So all functions available in DRC are also available in LVS. In LVS, DRC functions are used to derive functional layers from original layers or specification of the layout source.
For more details about the DRC functions see DRC::global.
Usage:
See Netter#align for a description of that function.
Usage:
See Netter#compare for a description of that function.
Usage:
See Netter#consider_net_names for a description of that function.
Usage:
See Netter#equivalent_pins for a description of that function.
Usage:
See Netter#join_symmetric_nets for a description of that function.
Usage:
See Netter#max_branch_complexity for a description of that function.
Usage:
See Netter#max_depth for a description of that function.
Usage:
See Netter#max_res for a description of that function.
Usage:
See Netter#min_caps for a description of that function.
Usage:
See Netter for more details
Usage:
After the comparison step, the LVS database will be shown in the netlist database browser in a cross-reference view. If a filename is given, the LVS database is also written to this file. If a file name is given and "long" is true, a verbose version of the LVS DB format will be used.
If this method is called together with report_netlist and two files each, two files can be generated - one for the extracted netlist (L2N database) and one for the LVS database. However, report_netlist will only write the extracted netlist while report_lvs will write the LVS database which also includes the extracted netlist.
report_lvs is only effective if a comparison step is included.
Usage:
See Netter#same_circuits for a description of that function.
Usage:
See Netter#same_device_classes for a description of that function.
Usage:
See Netter#same_nets for a description of that function.
Usage:
See Netter#schematic for a description of that function.
Usage:
See Netter#tolerance for a description of that function.