netgen-lvs

Netlist comparison - Layout vs Schematic (LVS)

Install

All systems
curl cmd.cat/netgen-lvs.sh
Debian Debian
apt-get install netgen-lvs
Ubuntu
apt-get install netgen-lvs
image/svg+xml Kali Linux
apt-get install netgen-lvs
Windows (WSL2)
sudo apt-get update sudo apt-get install netgen-lvs

netgen-lvs

Netlist comparison - Layout vs Schematic (LVS)

Netgen is a tool for comparing netlists, a process known as LVS, which stands for "Layout vs. Schematic". This is an important step in the integrated circuit design flow, ensuring that the geometry that has been laid out matches the expected circuit. Very small circuits can bypass this step by confirming circuit operation through extraction and simulation. Very large digital circuits are usually generated by tools from high-level descriptions, using compilers that ensure the correct layout geometry. The greatest need for LVS is in large analog or mixed-signal circuits that cannot be simulated in reasonable time. Note that the executable name in Debian is 'netgen-lvs'. For details, see /usr/share/doc/netgen-lvs/README.Debian