.\" Text automatically generated by txt2man .TH NETGEN-LVS 1 "19 October 2019" "" "" .SH NAME \fBnetgen-lvs \fP- Layout vs Schematic checker \fB .SH SYNOPSIS .nf .fam C \fBnetgen-lvs\fP [\fIoptions\fP] .fam T .fi .fam T .fi .SH DESCRIPTION Netgen (\fBnetgen-lvs\fP) 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. .PP In Debian, the name '\fBnetgen-lvs\fP' is used for this software because the word \(cqnetgen' is reserved by other software. If you would like to be able to start \fBnetgen-lvs\fP simply using 'netgen', prepend your PATH with: .PP .nf .fam C PATH=/usr/lib/netgen/bin:$PATH .fam T .fi When starting \fBnetgen-lvs\fP without any \fIoptions\fP, a tkcon window with an interpreter pops up. .SH OPTIONS .TP .B \fB-noc\fP Brings up a command line TCL interpreter instead of the tkcon window .TP .B \fB-batch\fP/\fB-bat\fP For running batch \fIcommands\fP and exiting immediately when done. It allows getting \fIcommands\fP from the command line .TP .B \fB-gui\fP Brings up a Python GUI instead of the tkcon interpreter. The GUI is called 'LVS Manager' and provides a perhaps more intuitive interface. .RE .PP .SH USAGE To run LVS between two SPICE netlists directly from the shell, you can for instance run: .PP .nf .fam C netgen -batch lvs bufferA.spice bufferB.spice .fam T .fi .SH AUTHOR This manual page was written by Ruben Undheim for the Debian project (and may be used by others). .RE .PP