Tom
11/15/2023, 10:18 PMTim Edwards
11/15/2023, 10:23 PMnetgen -batch lvs "_filename1 cellname1_" "_filename2 cellname2_" _setup_file output_file_
. That is, instead of just giving netgen two files to compare, you give it two files and two cell names to compare. This is the proper way to use netgen, because it ensures that you are comparing not just the netlists, but all the pins as well.Tim Edwards
11/15/2023, 10:25 PMMitch Bailey
11/15/2023, 10:58 PMTom
11/15/2023, 11:03 PMcellname<n>
after the file names. adding that makes it work as expected. Cheers!Harald Pretl
11/16/2023, 7:59 AMnetgen
works with ANY SPICE netlist, it is quite useful for schematic-vs-schematic or layout-vs-layout as well 🙂Tom
11/18/2023, 5:29 PM