1 / 35

Designing Printed Circuit Boards – PADS Logic

Designing Printed Circuit Boards – PADS Logic. Yousef Shakhsheer yousefshak@gmail.com Robust Low Power VLSI Group Revision 1.0. Revision History. Overview. This tutorial is intended to get people started with the PADS flow and basic PCB schematic capture.

micah
Download Presentation

Designing Printed Circuit Boards – PADS Logic

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Designing Printed Circuit Boards –PADS Logic YousefShakhsheer yousefshak@gmail.com Robust Low Power VLSI Group Revision 1.0

  2. Revision History

  3. Overview This tutorial is intended to get people started with the PADS flow and basic PCB schematic capture. We use PADS Logic 9.3.1 for schematics and PADS Layout 9.3.1 for PCB layout for this tutorial.

  4. Schematics

  5. Outline • Schematics • Creating a library/components • Create a schematic • Exporting designs to netlists

  6. Schematics • The schematic is a top-level symbolic representation of the circuit you are designing • It affiliates parts (symbols in the schematic) with nets (connections in the schematic)

  7. Open a new schematic

  8. Libraries • Libraries hold sets of parts (symbols and PCB decal information) • Libraries are not affiliated with a particular schematic or design so that parts can be re-used and shared

  9. Creating a Library

  10. Creating a Library

  11. Creating a Library Keep on pushing up until tutorial is on the top of the list

  12. Parts • Parts reside in libraries, they contain all the information required to place a component onto a PCB • Affiliate schematic symbols with a PCB footprint (see Layout tutorial for more)

  13. Create a part • Lets create a part • SMT: LT1167 - Single Resistor Gain Programmable, Precision Instrumentation Amplifier • http://www.linear.com/product/LT1167

  14. Create a part

  15. Create a part Add part information. See the pictures for details. Hit OK.

  16. Symbol • Symbols are what show up when we add a part to a schematic • We can either create this symbol by-hand (from a set of pins and lines) or use a wizard to auto-generate it for us

  17. Let’s draw a symbol

  18. Setting a Decal Name

  19. Lets draw the decal

  20. CAE Decal Wizard A simple tool for quick creation of multi-pin symbols.

  21. Return to the part editor.

  22. Back to the schematic File→Exit Parts Editor You will get two warnings. You can ignore them for the time being Warning: Duplicate pin name RG for pin number 8 on Gate A. Warning: Part has no PCB Decal assigned.

  23. Let’s add a part to our schematic!

  24. Add a LT1167 and a 1206 resistor

  25. Schematic Basics • F2 to create wires • Two types of connections • Physical wire connection • Off page connectors: click on the wire and then right click, “Add off page connectors” • Additional you can use the ground symbol by click on the first part of the wire and then right clicking and selecting “Ground”

  26. Lets put together an example schematic Part numbers: • U1- LTC1167 • U2- LDO – Digikey P/N - LP3996SD-3333CT-ND • U3- MicroUSB – Digikey P/N - A31727CT-ND • P1- Power Jack – Digikey P/N - CP-037A-ND

  27. Example (this is not a functional circuit)

  28. Other schematic entry tips • Right click on the schematic for the selection menu • You can make it so you can only click on/select only certain objects • Always change the background color before exporting/printing any schematics from PADs layout

  29. Netlists • The netlist affiliates a group of symbolic pins with a what is referred to as a “net” • We sometimes label these nets for convenience (Vcc and GND are common names) but we do not have to name all the nets • When the netlist is exported all non-named nets have their names auto-generated so the layout tool can correctly affiliate all the pins

  30. Export an Netlist for Layout

  31. On Netlist Export Two files will open up. • Whatever you named your netlist.asc – The netlist for your schematic • tutorial.err– An error report file (make sure you always check this) At this stage: • You haven’t assigned PCB decals, so you should see errors for this • You may also see single ended nodes

  32. Bill of Materials • Once we have created a PCB we will need to order all the components necessary to populate the board • The Bill of Materials (BoM) makes this easy and outputs a simple list of items in the schematic • Any field included in the attributes of a part included in a schematic is allowed to be added to the BoM for that schematic, this means we can have columns like DigiKey Part Number, Approximate Cost, or even product page URL if these attributes are added to the parts on creation

  33. Creating a Bill of Materials • File -> Reports

  34. BoM Export • The BoM is a text-based report but a CSV output file can be created (this allows an effected export to Excel) • The BoM is a useful tool both for ordering parts and also for population as it affiliates part numbers with part reference numbers in the schematic and layout

  35. You’re Done! See the Layout tutorial for creation of an affiliated PCB design

More Related