University of Kansas EECS Circuit Board Fabrication Tutorial for 212 Lab

Size: px
Start display at page:

Download "University of Kansas EECS Circuit Board Fabrication Tutorial for 212 Lab"

Transcription

1 University of Kansas EECS Circuit Board Fabrication Tutorial for 212 Lab Preparing For Export... 1 Assigning Footprints... 1 Recommended Footprints... 2 No Connects... 3 Design Rules Check... 3 Create Blank PCB... 4 Create Netlist... 6 Place Components... 7 Modify the Padstack... 8 Shop s Standard Drill Sizes... 9 Routing the Board Gloss the Board...11 Print Design for Etching Other Resources...13 miscellaneous Note: It is the EECS 212 TA s job to update this document along with the version number. Any document updates should be given to the EECS shop manager at the end of every semester.

2 Making your schematic in Allegro Design Entry CIS to be Compatible with PCB Editor Create a new Analog or Mixed A/D blank project. Select and delete all libraries currently in the Libraries field. The only library left will be the Design Cache (because it may not be deleted), but do not use any of its parts. Add the libraries located in the following folder: P:\Cadence\SPB_16.3\tools\capture\library\pspice\EECS libs Create your schematic for simulation using the components in this folder. The recommended components are: Resistor R/ANALOG Capacitor C disc/analog OP Amp LM318 1

3 Preparing For Export Circuit Board Fabrication Tutorial for 212 All virtual components, such as voltage sources should be removed. These components should be replaced with test points. Be sure to assign at least one test point to ground. Test points are located in the connector library. Vac_+ V_DC_Supply _5Vdc_+ 1Vac 0Vdc 1 1 TEST POINT TEST POINT 5Vdc 1 1 TEST POINT TEST POINT V_DC_Supply _5Vdc_- Vac_- 2

4 Assigning Footprints Footprints for each part placed on the schematic must be defined. The only time a footprint requires changing is for unique components that may be used in EECS 501/502 or EECS 541/542. Select all the components by dragging the cursor. Do not select the title box. Next, select Edit > Properties. This brings up the property editor window. The properties should be filtered by Orcad-Layout Enter the footprint name for each component in the PCB Footprint box. 3

5 Recommended Footprints The libraries with working footprints are located in the following directory by default, P:\Cadence\SPB_16.3\tools\capture\library\pspice\EECS libs Resistors RES400 Capacitors CAPCK05 Diodes DO41 8 Pin DIP Sockets DIP8_3 14 Pin DIP Sockets DIP14_3 TO220 Package Transistors TO220AB TO92 Package Transistors TO92100 Variable Resistors VRES16 Test Points TP These footprints may not be the exact ones that you need for your project and should be checked before being used. They are meant to only be a starting point. Once each footprint is assigned, close the property editor. 4

6 No Connects When a component has pins that are not connected to anything, no connect symbols must be placed on that pin. The No Connect button is circled to the right. Unconnected pins are shown as boxes. When a No Connect is placed on the unconnected pin it is shown as a X, this is circled below. To remove a no connect click the X with the No Connect tool again. Design Rules Check To check for errors, run the Design Rules check. Click the Project Manager window and highlight your design. Select Tools > Design Rules Check Make sure Create DRC Markers, Report Identical Part References and Checked Unconnected Nets boxes are checked More info: - A Net is a logical construct that originates in a schematic and is transferred to a board to describe required electrical connections. Click OK. Any errors will show up as green circles. Double click the circle to get more information about the error. Correct all the errors before moving on. To remove the green error circles, select them and press Delete 5

7 Blank PCB boards were already created to save time. If you choose this option, the following section, Create Blank PCB, can be ignored. Blank boards can be found in P:\Cadence\Board_Templates. Their titles represent the dimensions of the board in inches. For example, if the board 2x3 is chosen, the board will be 2 by 3. To customize the board outline so it fits around your circuit, go to Setup >> Outlines >> Board Outline The figure to the right shows an example of this. Create Blank PCB A blank PCB is created in PCB Editor. Here the board size and other parameters will be defined. Start by opening PCB Editor by going to Cadence SPB 16.2 > PCB Editor. Create a new folder in your project directory called allegro. Choose File > New... from the menu. In the first dialogue box, set the Drawing Type to Board (wizard). Click Browse..., navigate to your new allegro directory and give the board a name such as bare.brd. Click Open then OK to bring up the new board wizard. This takes you through several screens to define the parameters of the PCB. Some of these are obvious, such as the size of the board, while others set up the design rules the width of tracks on the PCB, how much space must be left between them, and so on. 1. The first screen is purely descriptive. Read it, then click Next >. 2. This asks for a board template. Select No (probably the default) and click Next. 3. You are next asked for a tech file. This is short for a technology file, which specifies the design rules number of layers, widths and separation of tracks and so on. Select No and click Next. 4. This asks for a board symbol. Select No again and click Next. 5. Units should be set to Mils. The drawing size should be set to A. The At the lower left corner of the drawing radio button should be selected. Click Next. More info: - Mil unit is commonly used in PCB footprint and PCB board design. - 1 mill = inch 6

8 6. Set the grid spacing to be 25 mils. The Etch layer count is the number of copper layers on the board the number of layers of tracks for signals and power. This should be set at 1 for the 212 lab because the etching only occurs on one side. The Generate default artwork films radio button should be selected. Click Next. 7. Leave the names of the layers as Top and Bottom and their types as Routing Layer. Click Next. 8. Minimum line width is the minimum trace size. It is recommended that 40 mils is used for this value. The absolute minimum trace width is 12 mils. This value will propagate into the other boxes. For the Default via padstack, click on the button with... and choose Via. Click Next 9. Select the rectangular board radio button. Click Next. 10. Enter the size of the board. Remember that 1 inch is 1000 mils. Specify the Route keepin distance, a recommended size is 100 mils. A keepin means that objects must be kept inside the specified region. In this case it means that tracks cannot go any closer than 100 mils to the edge of the board. It gives a border around the PCB to aid handling and manufacture. The recommended Package keepin distance is 250 mils. Components must be placed within this keeping and therefore cannot be closer than 250 mils to the edge of the board. The gap between the two keepins allows you to run tracks around the outside of all the components, which is often helpful on a more complicated board. Click Finish. Save and close the board. 7

9 Create Netlist Go back to Design Entry CIS. Click the Project Manager window and highlight your design. Click Tools>Create Netlist. Check the Create or Update PCB Editor Board (Netrev) box and put the board previously created in the Input board file text box. Next choose an output file name (not including spaces) in the Output Board File text box. Click OK. There will be a warning saying the design will be saved. Click OK. The netlist has been exported and PCB editor should open again with the new design. The board will appear empty at first. If an error appears view the netlist log at the bottom of the Capture CIS window and correct all the errors, then run Create Netlist again. If no error appears, click Ok and continue. Warnings can be ignored. 8

10 Place Components In PCB Editor, click Place>Manually to place components. Circuit Board Fabrication Tutorial for 212 Check the box next the part that is to be placed. Click the area of the board where the component is to be placed. Repeat this for each component. Multiple components can be selected at one time. They are placed in the order they appear on the list. Components can also be placed automatically. To do this click Place>Quickplace then click Place. When complete click OK. The lines connecting the component pads are called the rats nest. They represent the logical connections of the components. After components are placed, they may need to be moved. To do this, first, mouse over the Find tab. Next, click All Off. Then, check the Symbols box. Now, only the component symbols can be selected. This prevents other parts of the component from inadvertently being selected and moved. To move the component, click it and drag the component to the desired location. To rotate a component, select it (left click), then right click and select Spin. Left click when the component has reached the desired orientation

11 Modify the Padstack Padstacks are the pad definition for each layer. Increasing the Padstack size will create a larger surface to solder components to. If the Padstack size is left to default, the pads will be extremely small and difficult to solder to. The recommended pad size for most projects is 90 mils. To change the pad size click Tools>Padstack>Modify Design Padstack Left click a pad to be changed, then right click and select Edit. When the Padstack Designer window appears, click the Layers tab. Circuit Board Fabrication Tutorial for 212 Click on the TOP layer, then change the Regular Pad width and height to the desired size. Next make the Anti Pad 10% larger than the regular pad. Repeat this process for the BOTTOM layer. 10

12 To change the drill size select the Parameters tab. The drill size should be one of the standard drill sizes. If a non-standard drill size is required notify the shop before completing your design. Shop s Standard Drill Sizes Mils Inch Millimeter Set the size in the Drill diameter box. Press Tab to update the image. When complete click File>Update to Design. A warning will appear. Close the warning box and click Yes when a second warning pops up. Continue this process until you can see that all the pad sizes have been changed. 11

13 Routing the Board First check that trace widths are set correctly. Click Setup>Constriants>Physical, this brings up the Allegro Constraint Manager. From here you can define trace widths for individual nets, layers, and regions or for the entire board. The Line Width minium should be the same as what was set when the blank board was created. If this step was skipped, trace width can be corrected here. Remember that the recommended trace size is 40 mils and the minimum is 12 mils. Circuit Board Fabrication Tutorial for 212 Once the trace width has been verified, the board can be routed. At this point Stop and save the design Click Route>Route Automatic, this will bring up the automatic router dialogue box. For routing on just one layer (single sided board) deselect the unwanted layer in the dialog box. Select the Use smart router radio button. 1 Click Route to route the board. Wait for this process to complete, it takes some time. Click Results and check that routing is 100% complete. Click Close to exit the automatic router di 12

14 Click Route>Gloss>Parameters. This opens the Glossing Controller window. Check Run for Via eliminate, Line smoothing, Center lines between pads, and Improve line entry into pads. Click Gloss. This cleans up the routed tracks and miters the corners. It also removes any extra vias. 13

15 Print Design for Etching Circuit Board Fabrication Tutorial for 212 This section can be skipped if the PCB is to be milled. If chemical etching is to be used, complete this section. For chemical etching, the layout is printed onto transfer paper using a laser printer. First a placement reference needs to be printed on plain paper. This reference will be used to aid in assembly. First click Display>Color/Visibility. This brings up the Color Dialog window. Click the Board Geometry folder on the left side of the window. Disable all subclasses. This can easily be accomplished by double clicking the All check box. Repeat this process for the Areas, Package Geometry and Components folders. Next, in the Components folder, enable Assembly_Top. Click the Package Geometry folder and enable Assembly_Top. Click Ok to close the color dialog window. Click File>Plot Setup and under Plot method click the Black and White radio button, then click Ok. Finally, click File>Plot and print the layout reference. To print the layout that is to be transferred on to the copper board, click Display>Color/Visibility. Click the Package Geometry folder and disable the Assembly_Top subclass. Click the Components folder uncheck Asembly_Top under the all column. Click File>Plot to print the layout. 14

16 Other Resources Electronic Design Project 2: Cadence OrCAD PCB Designer, Notes for demonstrators. Professor John H. Davies 15

PCB Design utilizing Cadence Software. Application Note

PCB Design utilizing Cadence Software. Application Note PCB Design utilizing Cadence Software Application Note Kyle Schultz 11-9-11 ECE 480 Design Team 5 Keywords: Schematic, PCB, Fabrication, Cadence, Design Entry CIS, Allegro Table of Contents Abstract 1

More information

Exercise 1. Section 2. Working in Capture

Exercise 1. Section 2. Working in Capture Exercise 1 Section 1. Introduction In this exercise, a simple circuit will be drawn in OrCAD Capture and a netlist file will be generated. Then the netlist file will be read into OrCAD Layout. In Layout,

More information

Lesson 5: Board Design Files

Lesson 5: Board Design Files 5 Lesson 5: Board Design Files Learning Objectives In this lesson you will: Use the Mechanical Symbol Editor to create a mechanical board symbol Use the PCB Design Editor to create a master board design

More information

Orcad Layout Plus Tutorial

Orcad Layout Plus Tutorial Orcad Layout Plus Tutorial Layout Plus is a circuit board layout tool that accepts a layout-compatible circuit netlist (ex. from Capture CIS) and generates an output layout files that suitable for PCB

More information

Creating a PCB Design with OrCAD PCB Editor

Creating a PCB Design with OrCAD PCB Editor Creating a PCB Design with OrCAD PCB Editor This guide is focused on learning how to create a PCB (Printed Circuit board) design. The guide will make use of the PCB Flow menu that is part of this workshop

More information

Use the Pad Designer to create padstacks for a number of typical pins, such as throughhole and surface-mount pads.

Use the Pad Designer to create padstacks for a number of typical pins, such as throughhole and surface-mount pads. 3 Lesson 3: Padstacks Learning Objectives In this lesson you will: Use the Pad Designer to create padstacks for a number of typical pins, such as throughhole and surface-mount pads. In this section you

More information

Lesson 9: Advanced Placement Techniques

Lesson 9: Advanced Placement Techniques 9 Lesson 9: Advanced Placement Techniques Learning Objectives In this lesson you will: Turn ratsnests on and off to selectively place components Use interactive swapping for pins and gates Apply advanced

More information

Using OrCAD Layout Plus A Simple Guide

Using OrCAD Layout Plus A Simple Guide Using OrCAD Layout Plus A Simple Guide Written by Jose Cabral September 2006 Revised by Nithin Raghunathan 1 SKETCH THE CIRCUIT YOU WISH TO LAYOUT SKETCH THE LAYOUT COM J1 OUTPUT +12 COM -12 COM INPUT

More information

- create new schematic to the new project, PCB design begins with a schematic diagram, which present how components are connected

- create new schematic to the new project, PCB design begins with a schematic diagram, which present how components are connected Eagle 8.x tutorial - create a new project, Eagle designs are organized as projects - create new schematic to the new project, PCB design begins with a schematic diagram, which present how components are

More information

Lesson 8: Component Placement

Lesson 8: Component Placement 8 Lesson 8: Component Placement Learning Objectives In this lesson you will: Using floorplanning to organize the placement of components with the same ROOM property Assign reference designators to preplaced

More information

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide TUTORIAL SESSION 2014 Technical Group Hoda Najafi & Sunita Bhide SETUP PROCEDURE Start the Altium Designer Software. (Figure 1) Ensure that the Files and Projects tabs are located somewhere on the screen.

More information

Lesson 18: Creating a Hierarchical Block

Lesson 18: Creating a Hierarchical Block Lesson 18: Creating a Hierarchical Block Lesson Objectives After you complete this lesson you will be able to: Create hierarchical blocks Copying Schematics between Projects You can copy and paste between

More information

How to Get Started. Figure 3

How to Get Started. Figure 3 Tutorial PSpice How to Get Started To start a simulation, begin by going to the Start button on the Windows toolbar, then select Engineering Tools, then OrCAD Demo. From now on the document menu selection

More information

Lesson 12: Preparing for Post Processing

Lesson 12: Preparing for Post Processing 12 Lesson 12: Preparing for Post Processing Learning Objectives In this lesson you will: Rename reference designators on the board design Backannotate changes made in the OrCAD and Allegro PCB Editor to

More information

SCHEMATIC1 SCHEMATIC2 SCHEMATIC1 SCHEMATIC2 SCHEMATIC3 PAGE1 PAGE2 PAGE3 PAGE1 PAGE1 PAGE2 PAGE1 PAGE1 PAGE2

SCHEMATIC1 SCHEMATIC2 SCHEMATIC1 SCHEMATIC2 SCHEMATIC3 PAGE1 PAGE2 PAGE3 PAGE1 PAGE1 PAGE2 PAGE1 PAGE1 PAGE2 An OrCAD Tutorial Dr. S.S.Limaye 1. Introduction OrCAD is a suite of tools from Cadence company for the design and layout of printed circuit boards (PCBs). This is the most popular tool in the industry.

More information

Questions? Page 1 of 22

Questions?  Page 1 of 22 Learn the User Interface... 3 Start BluePrint-PCB... 4 Import CAD Design Data... 4 Create a Panel Drawing... 5 Add a Drill Panel... 5 Selecting Objects... 5 Format the Drill Panel... 5 Setting PCB Image

More information

EE 210 Lab Assignment #2: Intro to PSPICE

EE 210 Lab Assignment #2: Intro to PSPICE EE 210 Lab Assignment #2: Intro to PSPICE ITEMS REQUIRED None Non-formal Report due at the ASSIGNMENT beginning of the next lab no conclusion required Answers and results from all of the numbered, bolded

More information

Introduction to NI Multisim & Ultiboard

Introduction to NI Multisim & Ultiboard George Washington University School of Engineering and Applied Science Electrical and Computer Engineering Department Introduction to NI Multisim & Ultiboard Dr. Amir Aslani 8/20/2017 2 Outline Design

More information

Lesson 11: Routing and Glossing

Lesson 11: Routing and Glossing 11 Lesson 11: Routing and Glossing Learning Objectives In this lesson you will: Define and display etch grids used for routing Create via fanouts Add and delete connect lines (clines) and vias Use Slide

More information

2008 년안산일대디지털정보통신학과 CAD 강의용자료 PADS 2007

2008 년안산일대디지털정보통신학과 CAD 강의용자료 PADS 2007 2008 년안산일대디지털정보통신학과 CAD 강의용자료 PADS 2007 1 Learning the PADS User Interface What you will learn: Modeless Commands Panning & Zooming Object Selection Methods Note: This tutorial will use PADS Layout to

More information

Procedure for PCBoard Layout

Procedure for PCBoard Layout Procedure for PCBoard Layout Introduction The following 6 pages of instructions will take you step by step through the creation of your PCB using Orcad Layout. If you are planning to manually lay out your

More information

Introduction Creating a Project Footprint Design

Introduction Creating a Project Footprint Design EEC 134 Application Note Introduction to PCB Design Cameron Vossoughi Introduction Being fluent in PCB design is essential for electrical engineers regardless of their discipline focus. This application

More information

Construction of Industrial Electronic Equipments

Construction of Industrial Electronic Equipments VSB-Technical university of Ostrava Faculty of Electrical Engineering and Computer Science Department of electronics Construction of Industrial Electronic Equipments Syllabus Part 2 PCB Design and Fabrication

More information

Lesson 9: Processing a Schematic Design

Lesson 9: Processing a Schematic Design Lesson 9: Processing a Schematic Design Lesson Objectives After you complete this lab you will be able to: Assign reference designators Check the design for errors Create a netlist for OrCAD and Allegro

More information

CADSOFT EAGLE TUTORIAL

CADSOFT EAGLE TUTORIAL CADSOFT EAGLE TUTORIAL IEEE OPS 2013-2014 By Shubham Gandhi, Kamal Kajouke 1 Table of Contents 1. Introduction 1.1 Getting Started 1.2 Eagle Schematic Editor 1.3 The Toolbar and Command Bar 1.4 Importing

More information

Electronic Design Project 2 Cadence OrCAD PCB Designer 16.6

Electronic Design Project 2 Cadence OrCAD PCB Designer 16.6 Electronic Design Project 2 Cadence OrCAD PCB Designer 16.6 Professor John H. Davies 2013 October 12 Objectives After completing these laboratories, you should be able to: analyse by hand, capture, simulate

More information

Lesson 11: Interactive Routing and Glossing

Lesson 11: Interactive Routing and Glossing 11 Lesson 11: Interactive Routing and Glossing Learning Objectives In this lesson you will: Define and display etch grids used for routing Create via fanouts Add and delete connect lines (clines) and vias

More information

OrCad & Spice Tutorial By, Ronak Gandhi Syracuse University

OrCad & Spice Tutorial By, Ronak Gandhi Syracuse University OrCad & Spice Tutorial By, Ronak Gandhi Syracuse University Brief overview: OrCad is a suite of tools from Cadence for the design and layout of circuit design and PCB design. We are currently using version

More information

Intro to Multisim & Ultiboard

Intro to Multisim & Ultiboard Intro to Multisim & Ultiboard (Lab by Wayne Stanton) Note: This document was written for version 13.0 of Multisim and Ultiboard. Note: A grade for this lab will be applied upon receipt of the project file.

More information

Getting Started with PCB Design

Getting Started with PCB Design Getting Started with PCB Design Summary Tutorial TU0117 (v1.2) April 13, 2005 This introductory tutorial is designed to give you an overview of how to create a schematic, update the design information

More information

Lab 9 Introduction to Multisim & Ultiboard

Lab 9 Introduction to Multisim & Ultiboard Lab 9 Introduction to Multisim & Ultiboard In this lab you will be utilizing your understanding of circuit generation/testing in Multisim in order to create the final project (figure 1), a TinyMatrix pendant.

More information

KiCad Example Schematic ( ) Wien Bridge Oscillator

KiCad Example Schematic ( ) Wien Bridge Oscillator KiCad Example Schematic (2010-05-05) Wien Bridge Oscillator University of Hartford College of Engineering, Technology, and Architecture The following tutorial in that it walks you through steps to use

More information

Complete Tutorial (Includes Schematic & Layout)

Complete Tutorial (Includes Schematic & Layout) Complete Tutorial (Includes Schematic & Layout) Download 1. Go to the "Download Free PCB123 Software" button or click here. 2. Enter your e-mail address and for your primary interest in the product. (Your

More information

Lesson 2: Managing the OrCAD and Allegro PCB Editor Work Environment

Lesson 2: Managing the OrCAD and Allegro PCB Editor Work Environment 2 Lesson 2: Managing the OrCAD and Allegro PCB Editor Work Environment Learning Objectives In this lesson you will: Control the color and visibility of objects Create and use scripts Use the Control Panel

More information

PSpice with Orcad 10

PSpice with Orcad 10 PSpice with Orcad 10 1. Creating Circuits Using PSpice Tutorial 2. AC Analysis 3. Step Response 4. Dependent Sources 5. Variable Phase VSin Source Page 1 of 29 Creating Circuits using PSpice Start Orcad

More information

Allegro PCB Editor with Performance Option or higher. The Reuse function can be used to create panels in PCB Editor

Allegro PCB Editor with Performance Option or higher. The Reuse function can be used to create panels in PCB Editor Title: Product: Summary: Panelization with Reuse Allegro PCB Editor with Performance Option or higher The Reuse function can be used to create panels in PCB Editor Author/Date: Beate Wilke / 07.02.2011

More information

Department of Electrical and Electronics Engineering SSN College of Engineering

Department of Electrical and Electronics Engineering SSN College of Engineering 1 Department of Electrical and Electronics Engineering SSN College of Engineering 2 TABLE OF CONTENTS EAGLE CADSOFT Professional 2 Getting Started 3 Toolbar quick reference 5 Creating the Schematic 6 Creating

More information

Lesson 17: Building a Hierarchical Design

Lesson 17: Building a Hierarchical Design Lesson 17: Building a Hierarchical Design Lesson Objectives After you complete this lesson you will be able to: Explore the structure of a hierarchical design Editing the Training Root Schematic Making

More information

Lesson 1: User Interface

Lesson 1: User Interface 1 Lesson 1: User Interface Learning Objectives In this lesson you will: Identify the user interface components of OrCAD PCB Editor. Navigate within the PCB Editor window and access UI features to tailor

More information

PADS-PowerPCB 4 Tutorial (with Blazeroute)

PADS-PowerPCB 4 Tutorial (with Blazeroute) PADS-PowerPCB 4 Tutorial (with Blazeroute) PADS-PowerPCB is the ultimate design environment for complex, high-speed printed circuit boards. PROCEDURE FOR SIMULATION IN SCHEMATICS 1. Importing Design Data

More information

Tutorial : First board in CircuitMaker.

Tutorial : First board in CircuitMaker. Tutorial : First board in CircuitMaker. Objectives 1. Create a new project in CircuitMaker. 2. Design electronic circuit in CircuitMaker schematic editor. 3. Design a pcb board for your circuit in CircuitMaker

More information

Introduction to PCB Design with EAGLE. Jianan Li

Introduction to PCB Design with EAGLE. Jianan Li Introduction to PCB Design with EAGLE Jianan Li Install EAGLE Download EAGLE: http://www.cadsoftusa.com/download-eagle/ Choose Run as Freeware during installation Create a New Project Launch EAGLE and

More information

OrCAD PCB Editor Menu comparison

OrCAD PCB Editor Menu comparison A Parallel Systems Technical Note OrCAD PCB Editor menu comparison OrCAD PCB Editor Menu comparison Cadence introduced a new easy to use menu in the 16.6-2015 (Hotfix S051) release. This new menu structure

More information

FlowCAD. FlowCAD Webinar. OrCAD / Allegro PCB Editor Trucs et astuces November 2012

FlowCAD. FlowCAD Webinar. OrCAD / Allegro PCB Editor Trucs et astuces November 2012 FlowCAD Webinar OrCAD / Allegro PCB Editor Trucs et astuces 8. November 2012 Print Screen from the Canvas Open Windows Explorer with the working folder Z-Copy: Copy a Shape to another Layer Z-Copy: Copy

More information

Lab 1: Analysis of DC and AC circuits using PSPICE

Lab 1: Analysis of DC and AC circuits using PSPICE Lab 1: Analysis of DC and AC circuits using PSPICE 1. Objectives. 1) Familiarize yourself with PSPICE simulation software environment. 2) Obtain confidence in performing DC and AC circuit simulation. 2.

More information

1. Working with PSpice:

1. Working with PSpice: Applied Electronics, Southwest Texas State University, 1, 13 1. Working with PSpice: PSpice is a circuit simulator. It uses the Kirchhoff s laws and the iv-relation of the used components to calculate

More information

Design capture, simulation and layout - an introduction Tutorial

Design capture, simulation and layout - an introduction Tutorial Design capture, simulation and layout - an introduction Tutorial A step-by-step introduction to Altium s complete board-level design system 1 Software, documentation and related materials: Copyright 2002

More information

EECE 285 VLSI Design. Cadence Tutorial EECE 285 VLSI. By: Kevin Dick Co-author: Jeff Kauppila Co-author: Dr. Arthur Witulski

EECE 285 VLSI Design. Cadence Tutorial EECE 285 VLSI. By: Kevin Dick Co-author: Jeff Kauppila Co-author: Dr. Arthur Witulski Cadence Tutorial EECE 285 VLSI By: Kevin Dick Co-author: Jeff Kauppila Co-author: Dr. Arthur Witulski 1 Table of Contents Purpose of Cadence 1) The Purpose of Cadence pg. 4 Linux 1) The Purpose of Linux

More information

Revision Notes: July2004 Generate tutorial for single transistor analysis. Based on existing schematic entry tutorial developed for ECE410

Revision Notes: July2004 Generate tutorial for single transistor analysis. Based on existing schematic entry tutorial developed for ECE410 Cadence Analog Tutorial 1: Schematic Entry and Transistor Characterization Created for the MSU VLSI program by Professor A. Mason and the AMSaC lab group. Revision Notes: July2004 Generate tutorial for

More information

Lesson 2: Managing the PCB Editor Work Environment

Lesson 2: Managing the PCB Editor Work Environment 2 Lesson 2: Managing the PCB Editor Work Environment Learning Objectives In this lesson you will: Control the color and visibility of objects. Create and use scripts. Use the Control Panel to locate board

More information

DC Circuit Simulation

DC Circuit Simulation Chapter 2 DC Circuit Simulation 2.1 Starting the Project Manager 1. Select Project Manager from the Start All Program Cadence Release 16.5 Project Manager. 2. Select Allegro PCB Designer (Schematic) from

More information

An OrCAD Tutorial for ELEC 424 High-Speed Systems Design Revision Spring 2002

An OrCAD Tutorial for ELEC 424 High-Speed Systems Design Revision Spring 2002 An OrCAD Tutorial for ELEC 424 High-Speed Systems Design Revision 1.0 - Spring 2002 An OrCAD Tutorial An OrCAD Tutorial Page 2 of 55 1. Introduction OrCAD is a suite of tools from Cadence for the design

More information

Lesson 5: Creating Heterogeneous Parts

Lesson 5: Creating Heterogeneous Parts Lesson 5: Creating Heterogeneous Parts Lesson Objectives After you complete this lesson you will be able to: Create a Heterogeneous part Annotate a Heterogeneous part (Optional) Heterogeneous Parts A heterogeneous

More information

Moving to Altium Designer from Pads Logic and PADS Layout

Moving to Altium Designer from Pads Logic and PADS Layout Moving to Altium Designer from Pads Logic and PADS Layout Old Content - visit altium.com/documentation Modified by on 13-Sep-2017 Translating complete PADS Logic and PADS Layout designs, including PCB,

More information

Lesson 7: Setting Design Constraints

Lesson 7: Setting Design Constraints 7 Lesson 7: Setting Design Constraints Learning Objectives In this lesson you will: Explore the design rule system and apply design rules for physical and spacing dimensions Add, change, and delete properties

More information

Getting started in the PCB Editor

Getting started in the PCB Editor Getting started in the PCB Editor by Lori Zukerman of the EE/CAD group 01/07/04 Page 1 of 21 1. Initial Setup... 3 1.1 Copying Drawing Formats... 3 2. Starting your PCB... 3 2.1 Open a setup drawing...

More information

Lesson 14: Property Editor

Lesson 14: Property Editor Lesson 14: Property Editor Lesson Objectives After completing this lesson, you will be able to: Work with Property Filters in the Property Editor Add part and net properties using the Property Editor Using

More information

Nordcad Flow menus. Rev Nordcad Systems A/S

Nordcad Flow menus. Rev Nordcad Systems A/S Nordcad Flow menus Rev 1.00 2014 Nordcad Systems A/S www.nordcad.dk Support@nordcad.dk Purpose The purpose of the PCB and Footprint flow menus is to guide the user through a number of steps normally involved

More information

Preparing for OrCAD Layout

Preparing for OrCAD Layout Connexions module: m11677 1 Preparing for OrCAD Layout Version 1.5: 2004/01/29 14:20:32.254 US/Central Patrick Frantz This work is produced by The Connexions Project and licensed under the Creative Commons

More information

VLSI Lab Tutorial 1. Cadence Virtuoso Schematic Composer Introduction

VLSI Lab Tutorial 1. Cadence Virtuoso Schematic Composer Introduction VLSI Lab Tutorial 1 Cadence Virtuoso Schematic Composer Introduction 1.0 Introduction The purpose of the first lab tutorial is to help you become familiar with the schematic editor, Virtuoso Schematic

More information

Table of Contents. Part I Introduction. Part II Creating a simple Schematic and PCB. Part III Creating Libraries.

Table of Contents. Part I Introduction. Part II Creating a simple Schematic and PCB. Part III Creating Libraries. TUTORIAL 2 DipTrace Tutorial Table of Contents Part I Introduction 4 Part II Creating a simple Schematic and PCB 4 1 Establishing a... schematic size and placing titles 5 2 Configuring libraries... 8 3

More information

GETTING STARTED WITH ADS

GETTING STARTED WITH ADS ADS Startup Tutorial v2 Page 1 of 17 GETTING STARTED WITH ADS Advanced Design System (ADS) from Agilent Technologies is an extremely powerful design tool for many aspects of electrical and computer engineering

More information

Lesson 13: Preparing the Board Design for Manufacturing

Lesson 13: Preparing the Board Design for Manufacturing 13 Lesson 13: Preparing the Board Design for Manufacturing Learning Objectives In this lesson you will: Generate and edit silkscreen layers, use reports available in the OrCAD and Allegro PCB Editor Check

More information

STEP Model Support in PCB Editor

STEP Model Support in PCB Editor A Parallel Systems Technical Note STEP Model Support in PCB Editor Overview The PCB Editor products currently provide 3D viewing of a BRD (board drawing) based on the open drawings layer visibility and

More information

Electronics Design - Eagle

Electronics Design - Eagle Back to tutorial index Electronics Design - Eagle This week's assignment is to: add a button and LED to the echo hello-world board, check the design rules, and make it. Review Neil's class page: http://academy.cba.mit.edu/classes/electronics_design/index.html

More information

Release Highlights for BluePrint-PCB Product Version 3.0

Release Highlights for BluePrint-PCB Product Version 3.0 Release Highlights for BluePrint-PCB Product Version 3.0 Introduction BluePrint V3.0 Build 568 is a rolling release, containing defect fixes for 3.0 functionality. Defect fixes for BluePrint V3.0 Build

More information

Design Flow Highlights

Design Flow Highlights Design Flow Highlights Components Selection turboconfigurator Output Documentation Special Functionality Library Control System Schematic Capture Transfer 3D Models Export and Import designs (Important

More information

Boot Camp-Special Ops Challenge Quiz

Boot Camp-Special Ops Challenge Quiz 1. What s the key difference between a panel and dialog window? a. There is none b. Panels must be closed in order to continue editing, whereas dialogs can be left open c. Dialogs must be closed in order

More information

Instructions for designing the HelloWorld circuit board using Autodesk Eagle 8.6.0

Instructions for designing the HelloWorld circuit board using Autodesk Eagle 8.6.0 Instructions for designing the HelloWorld circuit board using Autodesk Eagle 8.6.0 FABLAB BRIGHTON 2018 These instructions take you through step-by-step the process of creating the full circuit board design

More information

Design rule illustrations for the AMI C5N process can be found at:

Design rule illustrations for the AMI C5N process can be found at: Cadence Tutorial B: Layout, DRC, Extraction, and LVS Created for the MSU VLSI program by Professor A. Mason and the AMSaC lab group. Revised by C Young & Waqar A Qureshi -FS08 Document Contents Introduction

More information

Lesson 19: Processing a Hierarchical Design

Lesson 19: Processing a Hierarchical Design Lesson 19: Processing a Hierarchical Design Lesson Objectives After you complete this lesson you will be able to: Annotate a hierarchical design Perform a Design Rule Check on a hierarchical design Correct

More information

Lesson 1: Getting Started with OrCAD Capture

Lesson 1: Getting Started with OrCAD Capture 1 Lesson 1: Getting Started with OrCAD Capture Lesson Objectives Discuss design flow using OrCAD Capture Learn how to start OrCAD Capture The OrCAD Capture Start Page Open an existing Project Explore the

More information

VLSI Lab Tutorial 3. Virtuoso Layout Editing Introduction

VLSI Lab Tutorial 3. Virtuoso Layout Editing Introduction VLSI Lab Tutorial 3 Virtuoso Layout Editing Introduction 1.0 Introduction The purpose of this lab tutorial is to guide you through the design process in creating a custom IC layout for your CMOS inverter

More information

C Allegro Package Designer Flows

C Allegro Package Designer Flows 1 Allegro User Guide: Getting Started with Physical Design Product Version 16.6 October 2012 C Allegro Package Designer Flows This appendix presents design flows that illustrate the use of the Allegro

More information

EECS 211 CAD Tutorial. 1. Introduction

EECS 211 CAD Tutorial. 1. Introduction EECS 211 CAD Tutorial 1. Introduction This tutorial has been devised to run through all the steps involved in the design and simulation of an audio tone control amplifier using the Mentor Graphics CAD

More information

Printed Circuit Board Prototyping Guide

Printed Circuit Board Prototyping Guide Printed Circuit Board Prototyping Guide Shiva 03/12/08 This document has referenced and extracted certain contents in verbatim from Capture CIS Tutorial, Ekarat Laohavalesson, Layout Plus Tutorial, Ekarat

More information

Using the PCB Component Wizard

Using the PCB Component Wizard Published on Online Documentation for Altium Products (https://www.altium.com/documentation) Home > PCB Component Wizard Using Altium Documentation Modified by Phil Loughhead on Jun 19, 2017 The PCB Component

More information

Tutorial - Getting Started with PCB Design

Tutorial - Getting Started with PCB Design Tutorial - Getting Started with PCB Design Old Content - visit altium.com/documentation Modified by Phil Loughhead on 3-Aug-2016 Welcome to the world of electronic product development environment in Altium

More information

Complete PCB Design Using OrCad Capture and Layout

Complete PCB Design Using OrCad Capture and Layout Complete PCB Design Using OrCad Capture and Layout By Kraig Mitzner Amsterdam Boston Heidelberg London New York Oxford Paris San Diego San Francisco Singapore Sydney Tokyo Newnes is an imprint of Elsevier

More information

Orcad Tutorial: Oscillator design and Simulation Schematic Design and Simulation in Orcad Capture CIS Full Version

Orcad Tutorial: Oscillator design and Simulation Schematic Design and Simulation in Orcad Capture CIS Full Version Orcad Tutorial: Oscillator design and Simulation Prof. Law Schematic Design and Simulation in Orcad Capture CIS Full Version Notation: To simplify what one should click to perform a task, the following

More information

CPE/EE 427, CPE 527, VLSI Design I: Tutorial #2, Schematic Capture, DC Analysis, Transient Analysis (Inverter, NAND2)

CPE/EE 427, CPE 527, VLSI Design I: Tutorial #2, Schematic Capture, DC Analysis, Transient Analysis (Inverter, NAND2) CPE/EE 427, CPE 527, VLSI Design I: Tutorial #2, Schematic Capture, DC Analysis, Transient Analysis (Inverter, NAND2) Joel Wilder, Aleksandar Milenkovic, ECE Dept., The University of Alabama in Huntsville

More information

Converting MicroSim PCBoards Designs to OrCAD Layout Designs. Quick Start

Converting MicroSim PCBoards Designs to OrCAD Layout Designs. Quick Start Converting MicroSim PCBoards Designs to OrCAD Layout Designs Quick Start Copyright 1998 OrCAD, Inc. All rights reserved. Trademarks OrCAD, OrCAD Layout, OrCAD Express, OrCAD Capture, OrCAD PSpice, and

More information

Preparing the Board for Design Transfer. Creating and Modifying the Board Shape. Modified by Phil Loughhead on 15-Aug-2016

Preparing the Board for Design Transfer. Creating and Modifying the Board Shape. Modified by Phil Loughhead on 15-Aug-2016 Preparing the Board for Design Transfer Old Content - visit altium.com/documentation Modified by Phil Loughhead on 15-Aug-2016 This article describes how to prepare the new PCB file so that it is ready to

More information

Version 16 Software Update Details. Problem Fixes in Version (18-Sep-2013) Problem Fixes in Version (17-Apr-2013)

Version 16 Software Update Details. Problem Fixes in Version (18-Sep-2013) Problem Fixes in Version (17-Apr-2013) Version 16 Software Update Details Problem Fixes in Version 16.0.9 (18-Sep-2013) o Editing a package in a library containing a user-defined package that uses a Prism would cause that Prism element to become

More information

Chapter 4 Determining Cell Size

Chapter 4 Determining Cell Size Chapter 4 Determining Cell Size Chapter 4 Determining Cell Size The third tutorial is designed to give you a demonstration in using the Cell Size Calculator to obtain the optimal cell size for your circuit

More information

Protel 99 Installation Notes

Protel 99 Installation Notes Protel 99 Installation Notes Frozen Content Modified by Admin on Nov 21, 2013 Protel 99 SE Service Pack 6 Information Installation Notes To install the Service Pack run the downloaded file and follow the

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Generating a Custom Bill of Materials Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report.

More information

Cadence SPB: What s New in 16.6 QIR 8 (HotFix 38)

Cadence SPB: What s New in 16.6 QIR 8 (HotFix 38) Cadence SPB: What s New in 16.6 QIR 8 (HotFix 38) This document describes the new features and enhancements in Cadence SPB products in 16.6 Quarterly Incremental Release (QIR) 8- HotFix38. The products

More information

Summary. Seeing is Believing - Read More and Watch Demos of Altium Designer 6.6

Summary. Seeing is Believing - Read More and Watch Demos of Altium Designer 6.6 Whats New in Altium Designer 6.6 Summary Altium Designer 6.6 brings significant refinements to Variants combined with a number of smaller enhancements and improved system-wide support for existing technologies.

More information

Starting Layout in OrCAD

Starting Layout in OrCAD Connexions module: m11676 1 Starting Layout in OrCAD Version 1.6: 2004/01/29 14:22:11.037 US/Central Patrick Frantz This work is produced by The Connexions Project and licensed under the Creative Commons

More information

PSpice Tutorial. Physics 160 Spring 2006

PSpice Tutorial. Physics 160 Spring 2006 PSpice Tutorial This is a tutorial designed to guide you through the simulation assignment included in the first homework set. You may either use the program as installed in the lab, or you may install

More information

Design and creation of a circuit board

Design and creation of a circuit board Design and creation of a circuit board Lab Digital Technology March 19, 2012 1 EAGLE - Layout-Software For designing the schematic and the board-layout use the layout-software EAGLE (Einfach Anzuwendender

More information

5 When creating a Thermal Pad you should determine the size of your WebClear (Air-Gap) first, usually 10 th (mils) would have been sufficed.

5 When creating a Thermal Pad you should determine the size of your WebClear (Air-Gap) first, usually 10 th (mils) would have been sufficed. APPENDIX A SMD AND MULTI-LAYERED PAD Creating SMD Pad and Multi-Layered Pad are generally the same as the pads that you create in Lab 3 with only a slight difference in layer assignment. Multi-Layered

More information

ECE383: Microprocessors Lab 9 Analog-to-Digital and Digital-to-Analog Conversion with I 2 C Serial EEPROM Data Storage

ECE383: Microprocessors Lab 9 Analog-to-Digital and Digital-to-Analog Conversion with I 2 C Serial EEPROM Data Storage ECE383: Microprocessors Lab 9 Analog-to-Digital and Digital-to-Analog Conversion with I 2 C Serial EEPROM Data Storage Goals: The goals of this lab are to introduce students to a PIC24-based hardware system

More information

Using Cadence Virtuoso, a UNIX based OrCAD PSpice like program, Remotely on a Windows Machine

Using Cadence Virtuoso, a UNIX based OrCAD PSpice like program, Remotely on a Windows Machine Using Cadence Virtuoso, a UNIX based OrCAD PSpice like program, Remotely on a Windows Machine A. Launch PuTTY. 1. Load the Saved Session that has Enable X11 forwarding and the Host Name is cvl.ece.vt.edu.

More information

Analog IC Schematic Capture. Mentor Graphics 2006

Analog IC Schematic Capture. Mentor Graphics 2006 Analog IC Schematic Capture Mentor Graphics 2006 Santa Clara University Department of Electrical Engineering Date of Last Revision: February 6, 2007 Table of Contents 1. Objective...3 2. Setup & Preparation...4

More information

Lesson 15: Using Text Files to Add or Modify Design Properties

Lesson 15: Using Text Files to Add or Modify Design Properties Lesson 15: Using Text Files to Add or Modify Design Properties Lesson Objectives After completing this lesson, you will be able to: Use the Export/Import commands Create a Custom Bill-of-Materials Using

More information

DipTrace Tutorial Table of Contents Part I Introduction Part II Creating a simple Schematic and PCB

DipTrace Tutorial Table of Contents Part I Introduction Part II Creating a simple Schematic and PCB TUTORIAL 2 DipTrace Tutorial Table of Contents Part I Introduction 4 Part II Creating a simple Schematic and PCB 4 1 Establishing... schematic size and placing titles 5 2 Configuring... libraries 9 3 Designing...

More information

Lab 9 PCB Design & Layout

Lab 9 PCB Design & Layout Lab 9 PCB Design & Layout ECT 224L Department of Engineering Technology Lab 9 PCB Traces Size dependent upon electrical requirements, design constraints (routing space and clearance), and trace/space resolution

More information

Tutorial 3: Using the Waveform Viewer Introduces the basics of using the waveform viewer. Read Tutorial SIMPLIS Tutorials SIMPLIS provide a range of t

Tutorial 3: Using the Waveform Viewer Introduces the basics of using the waveform viewer. Read Tutorial SIMPLIS Tutorials SIMPLIS provide a range of t Tutorials Introductory Tutorials These tutorials are designed to give new users a basic understanding of how to use SIMetrix and SIMetrix/SIMPLIS. Tutorial 1: Getting Started Guides you through getting

More information