Insight
Finding circuit subgraphs in extracted netlist
2024-02-02T18:58:13.000-0500
Insight
Summary
You can load an extracted netlist and then search for circuit patterns, such as NAND, level shifter, etc
Details
Insight Analyzer can handle loading extracted netlist directly. Subgraph is the method of detection. However a couple of points:
This feature is available from version 4.20 and higher.
The parasitic spf file must have a * Instance section. This is where transistors are listed. Note that some extracted netlists may not have the transistors, in which case, the re-construction of hierarchy can't work.
The file config/FileTypeMap.config must have selection for parasitic - i.e add the following lines: [NetlistTypes] ParasiticSpice=.spf .dspf
Load the extracted netlist as your beginning netlist. That is, rather than load an ideal netlist followed by an extracted netlist, you will now be loading the extracted netlist only. When you do that, the original netlist hierarchy will be re-constructed, followed by an internal search for circuit pattern recognition.