The Input NetList File(s) contain input netlist file contains verbose information about the design, including Netsnets, Net net connections, Net Propertiesnet properties, Pins and Pin Properties and Parts and Part Properties. The Files pins and pin properties, and parts and part properties. The files are built for machine processing and are not friendly for user viewing.
The netlist conversion operation in NetBom creates a set of reports containing important data from the design files that are easy to read, filter, and sort.
When the user selects the Convert NetList operation, NetBom extracts the Input input data into an internal database of the parts, nets and , connections, and the properties attached to each item. From Using this database, it outputs an HTML Netlist, the Excel and web reports are created for immediate user viewing, along with a CSV file for easy post-processing and a Netlist netlist in CadStar RINF format. It also builds an HTML a web partlist (BOM) report, and a CSV version for easy import importing into MRP tools like Arena and AGILE.
NetList Reports
...
In-Browser (Web) Report
The HTML NETLIST browser netlist is created with a column for Net#, Number Of Nodes, NET_NAME and the List of Nodes, total node count, net name, net volt, and the list of nodes on the net.
Any Row row where the Number of Nodes total node count is 1 will be highlighted in Red to highlight Single Node Netsred to bring attention to a single-node net.
Each individual Node node in the NodeList is linked with a tool tip Popup node list has a tooltip popup that shows the detailed part information for that node
...
.
...
CSV
RINF
PartList Reports
HTML
The Content in the HTML PartList is controlled by the BOM_HEADER_PROPERTIES CSET which is entered as a comma separated list of Properties to include in the BOM reports
The contents of the PART_NUMBER property is
The report headers in this report, like all NetBom web browser reports, are customizable using the NETBOM_REPORT_SETTINGS CSET.
Note: if there is no voltage property in the netlist, the voltage is inferred from the net name using a highly customizable net name voltage extraction system. More information on this can be found in the NetBom Voltage Matching documentation.
...
PartList Reports
In-Browser (Web) Report
The contents of the part number property are controlled by the PART_NUMBER_PROPS CSET which lets the user specify more than one property to be used for the PART_NUMBER for cases where some parts might not be annotated with the main PART_NUMBER property. For Instance,
Html macro |
---|
<a href="http://downloads.cadenhance.com/netBom/v19.8.x/orcadDsnDiff/NEW_partList.html" target="_blank">Use This Link to View a Working Sample in a new Tab</a> |
CSV
part number. This is useful when there is more than one part property that could be a part number in the part list.
The report headers in this report, like all NetBom web browser reports, are customizable using the NETBOM_REPORT_SETTINGS CSET.
Info |
---|
Additional part properties can be added and displayed in the partlist inf report by simply adding the name of the property in the partlist to the NETBOM_REPORT_SETTINGS configuration file https://cadenhance.atlassian.net/wiki/spaces/PD/pages/2635726849/NetBom+Report+Settings#Table-Column-Order |
...
CSV
The CSV report is a Comma Separated Value File that can be imported into Excel for easy viewing. It can also be imported as a Bill of Materials (BOM) into MRP tools like Agile and Arena.
Note that when working with the Chrome browser, due to some strange behavior, the CSV file will be downloaded with the .xlsx extension and cannot be opened directly in Excel without first changing the extension of the downloaded file to a .csv extension. The Firefox, IE, and Edge browsers do not have this problem.