Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview


The netlist tool exports a partlist.csv and netlist.csv file using the BOM_HEADER_PROPERTIES ctlVariable to control the columns included in the BOM reportThe BOM_HEADER_PROPERTIES ctl variable same headers as the web browser report. Configuration information for this can be found in the NetBom Report Settings documentation.


partlist.csv

The headers option in the NetBom report settings (default: PART_NUMBER,QTY,REF_DES,DESCRIPTION,PART_VOLT) can be changed to add or remove , and any valid part property (like JEDEC_TYPE, VOLTAGE..., PATH, etc) to the report. The order that the columns appear in the report report table column order is also controlled by this variable.

the The NL_ITEM_CELLS_PER_ROW ctl variable CSET (default:25)  controls controls how many Reference reference designators will be are placed in a row, . If more than the desired quantity exist, they will be split across multiple lines to make the report more readable.

Properties are read from the pstxprt.dat file and from any cadence .pst libraray library file referenced in the design (to allow the inclusion of properties that exist in the .pst file but might not be included in the netlist).

An example partlist.csv file opened in excel Excel is shown below.

Image Added

Image Removed

In this case, the Description field was not present in either the pst library files (and therefore would also not be present in  the pstxprt.dat file)

The ITEM  number is always added,

...


netlist.csv

The headers option in the NetBom report settings (default: NUM_NODES,NET_NAME,NET_VOLT,NODE_LIST) can be changed to add or remove any net property to the report. The report table column order is also controlled by this variable.

Properties are read from the pstxnet.dat file and from any cadence .pst library file referenced in the design (to allow the inclusion of properties that exist in the .pst file but might not be included in the netlist).

An example netlist.csv file opened in Excel is shown below.

Image Added