lvs_netgen
Compare schematic and layout SPICE netlists using Netgen LVS to report match or mismatch. Focuses on LVS verification only, without DRC.
Instructions
Compares two SPICE netlists with Netgen batch LVS and reports match/mismatch with net/device counts. Compares netlists only; use extract_magic to derive a layout netlist first. Does not do DRC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory. | |
| setup_file | No | Optional Netgen setup file for device-class mapping (default: nosetup). | |
| layout_cell | Yes | Top cell name in the layout netlist. | |
| layout_netlist | Yes | Layout-extracted SPICE file. | |
| schematic_cell | Yes | Top cell name in the schematic netlist. | |
| schematic_netlist | Yes | Reference (schematic) SPICE file. |