Sunday, August 11, 2013

Design Technology Notes - Smallest Features

Fab drawings often include design technology notes.  The technology notes are used to identify the most advanced and challenging features within the design.

Typical Design Technology Notes include:

Minimum Trace Width.
Minimum Trace to Trace spacing.
Minimum Via Drill and Pad Size.

How would we find these minimum features in Altium ?

We can use a combination of 'Find Similar  > 'PCB Filter' and 'PCB List' to find and identify the minimum size design features.

For example to find the smallest Via Pad size:

Start by selecting any small via in your design and use Find Similar.

click on image to to view




















As shown above select 'Same' for Via Diameter.  Note that the Create Expression and Run Inspector options are checked.























Shown at bottom of the PCB Inspector panel are the number of Vias found that matched the search criteria.

Nice, however recall what really want to know is what is the smallest Via pad size used in the design. Using Find Similar was a great way to get started and create a PCB Filter Expression with the proper syntax.















Next we modify the expression in the PCB Filter Panel to search for any Vias that are smaller. This is easily accomplished by changing the = 18 in the above example to < 18 and selecting apply.















(ObjectKind = 'Via') And (AsMils(ViaDiameter) < 18)

Looking again at the PCB Inspector Panel, we see there is a smaller Via size of 17mil used in this design. As shown at the bottom of the panel 44 objects are displayed.























Note if the Via Diameter size in the Inspector was displayed as <...> then there would be more than one Via size found with pad diameters of less than 18mil. 

The steps shown above are useful to identify where in a design the smallest pad is used. In this example the smallest Via pad size of 17mil was used in 44 places to route a 0.75mm BGA.






















We can also use the PCB Filter > PCB List (sorted) to find the smallest Via features for drill and pad sizes.




















Using the same methods as described above you can identify the smallest line width.

For minimum Trace to Trace spacing refer to your design rules.

No comments:

Post a Comment