Best Practices for Using DNI/DNP Entries in Your PCB BOM

Zachariah Peterson
|  Created: August 11, 2021
DNP in BOM and PCB assembly

If you’ve ever looked at the BOM for a reference design or an open-source project, you may have seen a comment in some of the entries in your BOM. This comment is either “DNP” (do not populate) or “DNI” (do not include). These entries are used to tell your PCB assembler “the bare board was designed to mount these components, but please do not include these parts in the final assembly.”

If you think about it, every component placed in the PCB requires some level of placement and routing effort, which takes time (and money if you’re working for a client). Depending on the component count in the board, you could potentially have dozens of components marked DNI/DNP in the BOM. This begs the question, why would anyone design a board with components they don’t plan to include in the final assembly?

If you’ve never run into a situation where you need to mark a BOM entry DNP, you’ll quickly find some situations if you need to build a test board or swap out a component for a variant. Let’s look at these two areas as they are the most common instances where you will need to mark components as DNI/DNP.

Two Ways to Use DNI/DNP Entries

There are two popular reasons DNI/DNP components are used in a design: to accommodate variants of a component, or to accommodate different configurations on components. Both of these cases apply when components have variants with additional features on reserved pins (this is common on large ICs), or when a component has multiple configuration pins, and you want to accommodate different configurations without changing your layout.

Accommodating Component Variants and Upgrades

Not all components have drop-in replacements, but those that do may have some additional features that require placing or omitting an external component. Consider two MCUs from the same product line: one has on-chip Flash and SRAM (variant A), while the other only has SRAM (variant B) and requires an external Flash chip. If you want to use this MCU, you would design the board to support variant B and include the external Flash module. If you can get stock of variant B, you can place it and DNP the Flash module.

The advantage of doing this is in terms of convenience: you only need to design one board, but it could be used with multiple variants of a specific component or circuit. To switch up to a new variant, just make sure to review the BOM and add/remove entries as necessary.

Bill of materials with DNI/DNP components
It’s best to color out DNP rows in your BOM so there is no confusion on the part of you or your assembler.

Doing this requires considering two important points. First, the package sizes and land patterns on your high-end vs. low-end component need to match. Second, the pinouts for the dedicated pins have to match. This is typically done on larger processors, where a low-end variant of a component will just have some features on the chip disabled. This practice is useful because it gives you a backup option for a component in case your first choice is out of stock.

The other option is to create a reconfigurable design, which might mean you can avoid all this business with marking DNI/DNP in your BOM.

Making a Reconfigurable Design

If you look at some components, specifically MCUs/FPGAs or other large ICs, they will have configuration pins that need to be connected to power or ground, often through a resistor or another passive component. This isn’t limited to large processors; low-pin count components like power regulators or ASICs can have some configuration features that are toggled by placing a resistor to VCC/VDD or to GND. A design with one of these components can be made reconfigurable by DNP-ing certain configuration resistors.

This is a good way to create a single board that can be manufactured in multiple runs, and the configuration is changed by simply placing or DNP-ing various configuration resistors. To create this type of board, you have to first select the right configuration resistors according to your component datasheets. There are a couple ways to do this:

  • Always place all configuration components, even if they are not needed, and place a 0 Ohm resistor in series with each configuration component. You can then close or open that connection by placing/DNP-ing the component as needed.
  • DNP various configuration components directly, but always leave copper connecting directly back to the target component.

If you’re not in the mood to mark certain components as DNP, you can use a 2-pin jumper to bridge to open a connection between a configuration pin and PWR/GND, or to open/close the connection between a configuration passive and a pin. In this case, it’s best to just place all possible configuration components you might need, and then use jumpers to enable/disable connections with these components. This is a common practice with development boards and evaluation kits.

PCB jumper switch
You can use jumpers if you want to make your board reconfigurable.

Placing 0 Ohm resistors and jumpers has saved me more times than I care to remember. In my opinion, jumpers are the best choice for controlling DC configuration settings as they can also act like a simple test point. You can probe these with a multimeter if needed during board bring-up just to check that you’re getting the test results you would expect.

Obviously, these are not the only ways to use the DNI/DNP designation, but it should give some context as to why this is used in a PCB layout.

Once you’ve finished your PCB layout and designated required components as DNI/DNP in your schematics, you can quickly export your BOM and other manufacturing files using CircuitMaker. Users can manage component placements in their schematics and DNP components without manually annotating the BOM. All CircuitMaker users also have access to a personal workspace on the Altium 365 platform, where they can upload and store design data in the cloud, and easily view projects via a web browser in a secure platform.

Start using CircuitMaker today and stay tuned for the new CircuitMaker Pro from Altium.

About Author

About Author

Zachariah Peterson has an extensive technical background in academia and industry. He currently provides research, design, and marketing services to companies in the electronics industry. Prior to working in the PCB industry, he taught at Portland State University and conducted research on random laser theory, materials, and stability. His background in scientific research spans topics in nanoparticle lasers, electronic and optoelectronic semiconductor devices, environmental sensors, and stochastics. His work has been published in over a dozen peer-reviewed journals and conference proceedings, and he has written 1000+ technical blogs on PCB design for a number of companies. He is a member of IEEE Photonics Society, IEEE Electronics Packaging Society, and the American Physical Society, and he currently serves on the INCITS Quantum Computing Technical Advisory Committee.

most recent articles

Back to Home