Documentation

Netlist

General

A netlist is a complete list of the electrical connections of a circuit. A TARGET netlist has the file extension *.NET and can be output in Protel,Orcad and Calay format.

The menu for creating a netlist
A netlist is created in Menu File / Input/Output Formats / File transfer/Documentation / "Netlist output".


Write netlist

The netlists are output in ORCAD multiwire, PROTEL, CALAY, and PADS format. The output is to a text file.

none


For example, a netlist in Calay format looks like this:

none

The first line would be interpreted as follows: The signal IN is connected to pin 2 of part K3 and pin 1 of part IC3. Netlists can contain a lot of additional data, e.g. pin names instead of pin numbers or coordinates for automated e-tests...

.


Read netlist

TARGET 3001! can read in netlists in ORCAD Multiwire- MENTOR and PADS - format. First you have to manually select and place the components in the schematic which the parts list prescribes. This is basically an ASCII-file. To import the netlist, you must first manually import all components according to the B.O.M. into your empty schematic. Without components no netlist can create anything! Then you read the corresponding netlist. The supported read in formats are shown in a dialog box.

E NetlistReadDlg.jpg


A netlist is created via the menu File / Input/Output formats / Data exchange/documentation / Read in network list...

none

The following questions may arise during reading in:

What port is...?
Select one of the connections offered. This is then equated with the required pin and connected. This question can arise due to different pin names, e.g.: RESET, RES, CLR, CLEAR...

Which component is...?
Select the corresponding component from the list. This request may be necessary due to different component names, e.g: IC1, U1, X1.