logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

netgen-lvs - Layout vs Schematic checker

Author

       This manual page was written by Ruben Undheim <ruben.undheim@gmail.com> for the Debian project  (and  may
       be used by others).

                                                01 December 2022                                   NETGEN-LVS(1)

Description

       Netgen  (netgen-lvs)  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.

       In Debian, the name 'netgen-lvs' is used for this software because the word ’netgen' is reserved by other
       software. If you would like to be able to start netgen-lvs simply using 'netgen', prepend your PATH with:

          PATH=/usr/lib/netgen/bin:$PATH

       When starting netgen-lvs without any options, a tkcon window with an interpreter pops up.

Name

netgen-lvs - Layout vs Schematic checker

Options

-noc   Brings up a command line TCL interpreter instead of the tkcon window

       -batch/-bat
              For running batch commands and exiting immediately when done.  It allows getting commands from the
              command line

       -gui   Brings  up  a  Python  GUI  instead  of the tkcon interpreter. The GUI is called 'LVS Manager' and
              provides a perhaps more intuitive interface.

Synopsis

netgen-lvs [options] <interpreter commands ...>

Usage

       To run LVS between two SPICE netlists directly from the shell, you can for instance run:

          netgen -batch lvs bufferA.spice bufferB.spice

See Also