Verification for test. Andy White, Nujira ltd

Size: px
Start display at page:

Download "Verification for test. Andy White, Nujira ltd"

Transcription

1 Verification for test Andy White, Nujira ltd

2 Outline Introduction to Nujira Our design flow How DfT and VfT fits into our flow Device verification metrics Analogue verification coverage

3 Nujira Company overview Fabless IC vendor, founded in 2002 Refocused from infrastructure to handsets in employees, $100M of equity funding to date European cleantech and technology VCs Envelope Tracking IC s are company s focus Improves battery life & signal quality Cuts heat dissipation Applicable to 3G, 4G/LTE and ac/WiFi 250+ patents granted & pending Most extensive ET patent portfolio in the industry Headquartered in Cambridge, UK Sales in US, Germany, Korea & China

4 What do we do? An overview of Envelope Tracking Conventional PA DC/DC Converter Fixed Supply Voltage Dissipated as Heat Baseband / RF up converter Power Amplifier Transmitted Envelope signal ET Power Supply chip Supply Voltage Dissipated as Heat Baseband / RF Up converter Power Amplifier Envelope Tracking PA Transmitted

5 How we used to do DfT Do the design Write test spec document Maybe run some sims Maybe add expected results to test spec Hand it over to test team for implementation Paperwork-intensive Our experience is that this approach ends up with designers at the bench making tests up Wastes valuable designers time Might not have all the hooks needed to perform a particular test

6 How we try to do it now Minimise extra paperwork Aim for executable specification approach Shift production test focus to the earliest possble point in the design cycle We re not claiming this is a unique approach but we think it s the best way for us

7 Verification for Test So we try to consider production test and bench debug as important as mission mode It s the one mode you can guarantee will be used for each chip We ensure test access is designed into each block early in the flow Verification of the design from a test perspective gives us confidence that the design will be properly tested and ensures we know what results to expect

8 Design flow Digital control block Analogue circuitry Hard-wired voltage sources pwl sources to sequence enables etc va module reads text file with reg updates Digital verilog implementation simple register writes Full digital rtl Simple behavioural views va implementation (ideal) va implementation (executable spec) Transistor-level schematics Extracted

9 Simplified Digital block example Verilog file drives simulation block1_ena = 1; writemipi;... //% Enable block1 //% Update registers mode[1:0] = 1; //% Select mode 1 bias[4:0] = 3; //% This is the bias_1 value determined in earlier test comp_1[4:0] = 16; //% This is the expected value of comp_1 ftrim_1[3:0] = 3; //% This is the ftrim value determined in earlier test block2_bias[4:0] = 20; //% This is the expected value of block2_bias writemipi; //% Update registers #10000; //% Wait 10us before taking measurements Run digital sim and generate analogue voltage sources based on sim output to stimulate analogue blocks Replace digital block with these sources so we have a fully analogue flow once the initial step s done Saves licences during design iteration phase Swap in RTL or gate level digital block later in the flow

10 Production test Digital control file Circuit control Analogue circuitry TB control Top level TB sources, loads etc Production tester schematics postprocess Ocean postprocess Expected results, limits

11 Production test control files block1_ena = 1; writemipi;... //% Enable block1 //% Update registers mode[1:0] = 1; //% Select mode 1 bias[4:0] = 3; //% This is the bias_1 value determined in earlier test comp_1[4:0] = 16; //% This is the expected value of comp_1 ftrim_1[3:0] = 3; //% This is the ftrim value determined in earlier test block2_bias[4:0] = 20; //% This is the expected value of block2_bias writemipi; //% Update registers #10000; //% Wait 10us before taking measurements $fdisplay(oceanfilehd,"t5 = getcrossingtime(mod_out) %t %t 1.55 rising",$realtime,$realtime+1000); //% time when rising edge crosses 1.55V $fdisplay(oceanfilehd,"t6 = getcrossingtime(mod_out) %t %t 2.05 rising",$realtime,$realtime+1000); //% time when rising edge crosses 2.05V $fdisplay(oceanfilehd,"t_rising_mode1 = 0.5/(t6-t5)"); //% Calculate slew rate of rising edge (V/s) $fdisplay(oceanfilehd,"t_rising_mode1_vperus = t_rising_mode1/1e6"); //% Convert to V/us $fdisplay(oceanfilehd,"checklimit(t_rising_mode1_vperus min=217.8 max=378.8)"); //% Check against test limits Verilog file to drive analogue, TB and generate postprocess t5, t6, t_rising_mode1, t_rising_mode1_vperus, t_rising_mode1_vperus_min, t_rising_mode1_vperus_max, Sim results after postprocess Zip up with block diagram etc to form test spec

12 Verification device-level checking We have high voltages in our design, and concerns about reliability. va module + FET replaces FET across whole design (or block-byblock) Circuit is electrically identical in operation as the FETs are the same Checker module logs device currents and voltages through the simulation Per device: Or va Activity level (std. dev of node voltages) Power dissipation, Currents, expected lifetime etc

13 Power dissipation MCORE.ANALOGUE T OP.BUCK.OS.PSLICE 1.PDRIVER 3.M1 MCORE.ANALOGUE MCORE.ANALOGUE T OP.BUCK.OS.PSLICE OP.BUCK.OS.PSLICE 1.PDRIVER.PDRIVER 1.M1 2.M1 MCORE.ANALOGUE T OP.BUCK.OS.PSLICE 1.PDRIVER 4.M1 MCORE.ANALOGUE T OP.MODULATOR C ORE.ERR Normalised Log10 scale : 64=max

14 Verification Can use this method to estimate accumulated damage using foundry HCI lifetime data Has proven its worth by detecting LV devices in HV circuitry overstressed at a stage where it was easy to re-design Can look for hot spots of power dissipation by logging Pdiss

15 Verification and test coverage We can use the checker to track verification coverage Log Vds / Vgs standard deviation per device across a set of sims If the sim worked, and the device Vds/Vgs varied by more than a min threshold, we consider the device to be covered So we can estimate area of chip that s checked in production tests Untested Area could be a good indicator of likely field failure rate by considering foundry defect density - So we can accumulate through the sim rather than postprocessing a waveform

16 Coverage example driver-only sim Vgs std dev (Vth~=0.6V) Vgs stdev > 0.3V percentage devices whose vgs varied by more than the min level was 37.0 percentage devices whose vds varied by more than the min level was 24.6 percentage devices whose vbs varied by more than the min level was 14.6 area of chip as % of active device area whose vgs varied by more than the min level was

17 What would be useful to develop the methodology further Production test hardware suppliers - Behavioural views of production tester sources and measurement devices EDA tools - Parsing / compilation tools to convert verilog to testerese Foundry data - Improved reliability estimate Validation that the coverage methodology is itself valid (or not)

18 Copyright Nujira 2015

Design and Verification of High Efficiency Power Amplifier Systems

Design and Verification of High Efficiency Power Amplifier Systems Design and Verification of High Efficiency Power Amplifier Systems Sean Lynch Platform Engineering Manager MATLAB EXPO 2013 1 What is Nujira? Nujira makes Envelope Tracking Modulators that make power amplifiers

More information

WHITE PAPER CIRCUIT LEVEL AGING SIMULATIONS PREDICT THE LONG-TERM BEHAVIOR OF ICS

WHITE PAPER CIRCUIT LEVEL AGING SIMULATIONS PREDICT THE LONG-TERM BEHAVIOR OF ICS WHITE PAPER CIRCUIT LEVEL AGING SIMULATIONS PREDICT THE LONG-TERM BEHAVIOR OF ICS HOW TO MINIMIZE DESIGN MARGINS WITH ACCURATE ADVANCED TRANSISTOR DEGRADATION MODELS Reliability is a major criterion for

More information

Lies, Damned Lies and Hardware Verification. Mike Bartley, Test and Verification Solutions

Lies, Damned Lies and Hardware Verification. Mike Bartley, Test and Verification Solutions Lies, Damned Lies and Hardware Verification Mike Bartley, Test and Verification Solutions mike@tandvsolns.co.uk Myth 1: Half of all chip developments require a re-spin, three quarters due to functional

More information

Design of Class F Power Amplifiers Using Cree GaN HEMTs and Microwave Office Software to Optimize Gain, Efficiency, and Stability

Design of Class F Power Amplifiers Using Cree GaN HEMTs and Microwave Office Software to Optimize Gain, Efficiency, and Stability White Paper Design of Class F Power Amplifiers Using Cree GaN HEMTs and Microwave Office Software to Optimize Gain, Efficiency, and Stability Overview This white paper explores the design of power amplifiers

More information

IRF6644 IRF6644. Figure 1. IRDC5001-LS370W Active ORing Demo Board

IRF6644 IRF6644. Figure 1. IRDC5001-LS370W Active ORing Demo Board IRDC00-LS70W Active ORing Demo Board Evaluation Procedure Using IR00S Active ORing IC and new 00V DirectFET MOSFET Kansas Street, El Segundo, CA 90 USA Overview This document describes how to connect and

More information

Quiescent Current Control for the RF Integrated Circuit Device Family

Quiescent Current Control for the RF Integrated Circuit Device Family Application Note Rev., 5/ Quiescent Current Control for the RF Integrated Circuit Device Family By: James Seto INTRODUCTION This application note introduces a bias control circuit that can be used with

More information

Digital Systems Design

Digital Systems Design Digital Systems Design Digital Systems Design and Test Dr. D. J. Jackson Lecture 1-1 Introduction Traditional digital design Manual process of designing and capturing circuits Schematic entry System-level

More information

MMA051PP45 Datasheet. DC 22 GHz 1W GaAs MMIC phemt Distributed Power Amplifier

MMA051PP45 Datasheet. DC 22 GHz 1W GaAs MMIC phemt Distributed Power Amplifier MMA051PP45 Datasheet DC 22 GHz 1W GaAs MMIC phemt Distributed Power Amplifier Microsemi makes no warranty, representation, or guarantee regarding the information contained herein or the suitability of

More information

Improving Test Coverage and Eliminating Test Escapes Using Analog Defect Analysis

Improving Test Coverage and Eliminating Test Escapes Using Analog Defect Analysis Improving Test Coverage and Eliminating Test Escapes Using Analog Defect Analysis Art Schaldenbrand, Dr. Walter Hartong, Amit Bajaj, Hany Elhak, and Vladimir Zivkovic, Cadence While the analog and mixed-signal

More information

AMPLIFIER/DOUBLER/AMPLIFIER

AMPLIFIER/DOUBLER/AMPLIFIER AMPLIFIER/DOUBLER/AMPLIFIER ADA-2052 1. Device Overview 1.1 General Description The ADA-2052 can be used as a frequency extender to enhance the frequency range of a

More information

Flat Gain Amplifier GHz YSF-232+ Mini-Circuits System In Package

Flat Gain Amplifier GHz YSF-232+ Mini-Circuits System In Package Mini-Circuits System In Package The Big Deal: Ultra Flat Gain Response: ± 0.2 over 1700-2300 MHz 50Ω Input and Output: no External Components Required CASE STYLE: DL1636 Product Overview: is an advanced

More information

Overview of case studies: Germany. Case study: Nanotron Technologies GmbH (June 2011)

Overview of case studies: Germany. Case study: Nanotron Technologies GmbH (June 2011) Overview of case studies: Germany Technologies GmbH (June 2011) Summary Example of the application of the ISO methodology - Nanotron technologies: Information and Communication technologies (ICT) Credits

More information

EE 320 L LABORATORY 9: MOSFET TRANSISTOR CHARACTERIZATIONS. by Ming Zhu UNIVERSITY OF NEVADA, LAS VEGAS 1. OBJECTIVE 2. COMPONENTS & EQUIPMENT

EE 320 L LABORATORY 9: MOSFET TRANSISTOR CHARACTERIZATIONS. by Ming Zhu UNIVERSITY OF NEVADA, LAS VEGAS 1. OBJECTIVE 2. COMPONENTS & EQUIPMENT EE 320 L ELECTRONICS I LABORATORY 9: MOSFET TRANSISTOR CHARACTERIZATIONS by Ming Zhu DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS 1. OBJECTIVE Get familiar with MOSFETs,

More information

Monolithic Amplifier PHA-13LN+ Ultra High Dynamic Range. 1MHz to 1 GHz. The Big Deal

Monolithic Amplifier PHA-13LN+ Ultra High Dynamic Range. 1MHz to 1 GHz. The Big Deal Ultra High Dynamic Range Monolithic Amplifier 50Ω 1MHz to 1 GHz The Big Deal Ultra-High IP3, +39 m typ. Low supply voltage, 3 to 5V Excellent Noise Figure, 0.9 typ. SOT-89 PACKAGE Product Overview (RoHS

More information

Evaluation of Package Properties for RF BJTs

Evaluation of Package Properties for RF BJTs Application Note Evaluation of Package Properties for RF BJTs Overview EDA simulation software streamlines the development of digital and analog circuits from definition of concept and estimation of required

More information

ACE2302 N-Channel Enhancement Mode MOSFET

ACE2302 N-Channel Enhancement Mode MOSFET Description The is the N-Channel logic enhancement mode power field effect transistors are produced using high cell density, DMOS trench technology. This high density process is especially tailored to

More information

Using the Peak Detector Voltage to Compensate Output Voltage Change over Temperature

Using the Peak Detector Voltage to Compensate Output Voltage Change over Temperature Using the Peak Detector Voltage to Compensate Output Voltage Change over Temperature This document explains how to use the driver amplifier s peak detector to compensate the amplifier s output voltage

More information

LM4250 Programmable Operational Amplifier

LM4250 Programmable Operational Amplifier LM4250 Programmable Operational Amplifier General Description The LM4250 and LM4250C are extremely versatile programmable monolithic operational amplifiers A single external master bias current setting

More information

Using the isppac-powr1208 MOSFET Driver Outputs

Using the isppac-powr1208 MOSFET Driver Outputs January 2003 Introduction Using the isppac-powr1208 MOSFET Driver Outputs Application Note AN6043 The isppac -POWR1208 provides a single-chip integrated solution to power supply monitoring and sequencing

More information

UA1L65VM Broadband Amplifier Module Data Sheet

UA1L65VM Broadband Amplifier Module Data Sheet UA1L65VM Broadband Amplifier Module Data Sheet Introduction The UA1L65VM Amplifier is a general-purpose broadband amplifier designed for microwave communications, test equipment, and military systems.

More information

Policy-Based RTL Design

Policy-Based RTL Design Policy-Based RTL Design Bhanu Kapoor and Bernard Murphy bkapoor@atrenta.com Atrenta, Inc., 2001 Gateway Pl. 440W San Jose, CA 95110 Abstract achieving the desired goals. We present a new methodology to

More information

Measuring Power Supply Switching Loss with an Oscilloscope

Measuring Power Supply Switching Loss with an Oscilloscope Measuring Power Supply Switching Loss with an Oscilloscope Our thanks to Tektronix for allowing us to reprint the following. Ideally, the switching device is either on or off like a light switch, and instantaneously

More information

Data Sheet. AMMC GHz Amplifier. Description. Features. Applications

Data Sheet. AMMC GHz Amplifier. Description. Features. Applications AMMC - 518-2 GHz Amplifier Data Sheet Chip Size: 92 x 92 µm (.2 x.2 mils) Chip Size Tolerance: ± 1µm (±.4 mils) Chip Thickness: 1 ± 1µm (4 ±.4 mils) Pad Dimensions: 8 x 8 µm (.1 x.1 mils or larger) Description

More information

Boosting output in high-voltage op-amps with a current buffer

Boosting output in high-voltage op-amps with a current buffer Boosting output in high-voltage op-amps with a current buffer Author: Joe Kyriakakis, Apex Microtechnology Date: 02/18/2014 Categories: Current, Design Tools, High Voltage, MOSFETs & Power MOSFETs, Op

More information

Circuit Seed Overview

Circuit Seed Overview Planting the Future of Electronic Designs Circuit Seed Overview Circuit Seed is family of inventions that work together to process analog signals using 100% digital parts. These are digital circuits and

More information

Innovations in EDA Webcast Series

Innovations in EDA Webcast Series Welcome Innovations in EDA Webcast Series August 2, 2012 Jack Sifri MMIC Design Flow Specialist IC, Laminate, Package Multi-Technology PA Module Design Methodology Realizing the Multi-Technology Vision

More information

Extreme Temperature Invariant Circuitry Through Adaptive DC Body Biasing

Extreme Temperature Invariant Circuitry Through Adaptive DC Body Biasing Extreme Temperature Invariant Circuitry Through Adaptive DC Body Biasing W. S. Pitts, V. S. Devasthali, J. Damiano, and P. D. Franzon North Carolina State University Raleigh, NC USA 7615 Email: wspitts@ncsu.edu,

More information

Electronic Components KGL4146

Electronic Components KGL4146 Electronic Components 11.3 Gbps Modulator Driver IC October 1, 2008 ODH-09 FEATURES High Output Voltage: Maximum Amplitude up to 6.0 Vpp X-Point Control Function Output Amplitude Control Function Integrated

More information

Future Networks Webinar Series

Future Networks Webinar Series Future Networks Webinar Series Mitigating Thermal & Power Limitations to Enable 5G Presented By Earl McCune, CTO Eridan Communications Wednesday, October 24, 2018 OVERVIEW 5G New Radio modulation Heat

More information

APPLICATION NOTE AN-009. GaN Essentials. AN-009: Bias Sequencing and Temperature Compensation for GaN HEMTs

APPLICATION NOTE AN-009. GaN Essentials. AN-009: Bias Sequencing and Temperature Compensation for GaN HEMTs GaN Essentials AN-009: Bias Sequencing and Temperature Compensation for GaN HEMTs NITRONEX CORPORATION 1 OCTOBER 2008 GaN Essentials: Bias Sequencing and Temperature Compensation of GaN HEMTs 1. Table

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. LM2900 LM3900 LM3301 Quad Amplifiers General Description The LM2900 series

More information

ELECTRONIC GIANT. EG3113 Datasheet. Half-Bridge Driver. Copyright 2017 by EGmicro Corporation REV 1.0

ELECTRONIC GIANT. EG3113 Datasheet. Half-Bridge Driver. Copyright 2017 by EGmicro Corporation REV 1.0 ELECTRONIC GIANT EG33 Datasheet Copyright 27 by EGmicro Corporation REV. EG33 datasheet Contents. Features... 2 2. General Description... 2 3. Applications... 2 4. Device Information... 3 4.. Pin map...

More information

Application Note CDIAN003

Application Note CDIAN003 Application Note CDIAN003 CDI GaN Bias Board User s Guide Revision 4.0 February 20, 2015 Quick Start Guide Shown below are the essential connections, controls, and indicators for the GaN Bias Control Board.

More information

ASIC Computer-Aided Design Flow ELEC 5250/6250

ASIC Computer-Aided Design Flow ELEC 5250/6250 ASIC Computer-Aided Design Flow ELEC 5250/6250 ASIC Design Flow ASIC Design Flow DFT/BIST & ATPG Synthesis Behavioral Model VHDL/Verilog Gate-Level Netlist Verify Function Verify Function Front-End Design

More information

Design and implementation of a LLC-ZCS Converter for Hybrid/Electric Vehicles

Design and implementation of a LLC-ZCS Converter for Hybrid/Electric Vehicles Design and implementation of a LLC-ZCS Converter for Hybrid/Electric Vehicles Davide GIACOMINI Principal, Automotive HVICs Infineon Italy s.r.l. ATV division Need for clean Hybrid and Full Electric vehicles

More information

SKY LF: 1500 to 2500 MHz Low-Noise Power Amplifier Driver

SKY LF: 1500 to 2500 MHz Low-Noise Power Amplifier Driver DATA SHEET SKY65080-70LF: 1500 to 2500 MHz Low-Noise Power Amplifier Driver Applications UHF television TETRA radios PCS, DCS, 2.5G, 3G handsets ISM band transmitters WCS fixed wireless 802.16 WiMAX 3GPP

More information

EE241 - Spring 2013 Advanced Digital Integrated Circuits. Projects. Groups of 3 Proposals in two weeks (2/20) Topics: Lecture 5: Transistor Models

EE241 - Spring 2013 Advanced Digital Integrated Circuits. Projects. Groups of 3 Proposals in two weeks (2/20) Topics: Lecture 5: Transistor Models EE241 - Spring 2013 Advanced Digital Integrated Circuits Lecture 5: Transistor Models Projects Groups of 3 Proposals in two weeks (2/20) Topics: Soft errors in datapaths Soft errors in memory Integration

More information

AND9093/D. Using MOSFETs in Load Switch Applications APPLICATION NOTE

AND9093/D. Using MOSFETs in Load Switch Applications APPLICATION NOTE Using MOSFETs in Load Switch Applications APPLICATION NOTE Introduction In today s market, power management is more important than ever. Portable systems strive to extend battery life while meeting an

More information

1011GN-1600VG 1600 Watts 50/52 Volts 32us, 2% L-Band Avionics 1030/1090 MHz

1011GN-1600VG 1600 Watts 50/52 Volts 32us, 2% L-Band Avionics 1030/1090 MHz GENERAL DESCRIPTION The 1030/1090MHz, 50V or 52V 1011GN-1600VG is an internally matched, common source, class AB, GaN on SiC HEMT transistor capable of providing greater than 1600 Watts of pulsed output

More information

0.5-20GHz Driver. GaAs Monolithic Microwave IC

0.5-20GHz Driver. GaAs Monolithic Microwave IC Gain, NF / P1dB, Pout WWG A3667A A3688A UMS 667A 688A MS YYWWG GaAs Monolithic Microwave IC Description The is a distributed Driver Amplifier that operates between 0.5 and 20GHz. It is designed for a wide

More information

Design and implementation of two stage operational amplifier

Design and implementation of two stage operational amplifier Design and implementation of two stage operational amplifier Priyanka T 1, Dr. H S Aravind 2, Yatheesh Hg 3 1M.Tech student, Dept, of ECE JSSATE Bengaluru 2Professor and HOD, Dept, of ECE JSSATE Bengaluru

More information

Load Pull Validation of Large Signal Cree GaN Field Effect Transistor (FET) Model

Load Pull Validation of Large Signal Cree GaN Field Effect Transistor (FET) Model APPLICATION NOTE Load Pull Validation of Large Signal Cree GaN Field Effect Transistor (FET) Model Introduction Large signal models for RF power transistors, if matched well with measured performance,

More information

Dr. Ralf Sommer. Munich, March 8th, 2006 COM BTS DAT DF AMF. Presenter Dept Titel presentation Date Page 1

Dr. Ralf Sommer. Munich, March 8th, 2006 COM BTS DAT DF AMF. Presenter Dept Titel presentation Date Page 1 DATE 2006 Special Session: DFM/DFY Design for Manufacturability and Yield - Influence of Process Variations in Digital, Analog and Mixed-Signal Circuit Design DATE 06 Munich, March 8th, 2006 Presenter

More information

Meeting the Challenges of Formal Verification

Meeting the Challenges of Formal Verification Meeting the Challenges of Formal Verification Doug Fisher Synopsys Jean-Marc Forey - Synopsys 23rd May 2013 Synopsys 2013 1 In the next 30 minutes... Benefits and Challenges of Formal Verification Meeting

More information

Monolithic Amplifier PHA-13HLN+ Ultra High Dynamic Range. 1MHz to 1 GHz. The Big Deal

Monolithic Amplifier PHA-13HLN+ Ultra High Dynamic Range. 1MHz to 1 GHz. The Big Deal Ultra High Dynamic Range Monolithic Amplifier 50Ω 1MHz to 1 GHz The Big Deal Ultra-High IP3, +43 m typ. Medium Power, +28.7m typ. Excellent Noise Figure, 1.1 typ. SOT-89 PACKAGE Product Overview (RoHS

More information

LIN Bus Shunt. Slave Node Position Detection. Revision 1.0. LIN Consortium, LIN is a registered Trademark. All rights reserved.

LIN Bus Shunt. Slave Node Position Detection. Revision 1.0. LIN Consortium, LIN is a registered Trademark. All rights reserved. December 10, 2008; Page 1 LIN Bus Shunt LIN Consortium, 2008. LIN is a registered Trademark. All rights reserved. December 10, 2008; Page 2 DISCLAIMER This specification as released by the LIN Consortium

More information

LM1815 Adaptive Variable Reluctance Sensor Amplifier

LM1815 Adaptive Variable Reluctance Sensor Amplifier February 1995 LM1815 Adaptive Variable Reluctance Sensor Amplifier General Description The LM1815 is an adaptive sense amplifier and default gating circuit for motor control applications The sense amplifier

More information

HA-2520, HA MHz, High Slew Rate, Uncompensated, High Input Impedance, Operational Amplifiers. Features. Applications. Ordering Information

HA-2520, HA MHz, High Slew Rate, Uncompensated, High Input Impedance, Operational Amplifiers. Features. Applications. Ordering Information HA-22, HA-22 Data Sheet August, 2 FN2894. 2MHz, High Slew Rate, Uncompensated, High Input Impedance, Operational Amplifiers HA-22/22 comprise a series of operational amplifiers delivering an unsurpassed

More information

Broadband covering primary wireless communications bands: Cellular, PCS, LTE, WiMAX

Broadband covering primary wireless communications bands: Cellular, PCS, LTE, WiMAX Ultra Linear Low Noise Monolithic Amplifier 50Ω 0.05 to 4 GHz The Big Deal Ultra High IP3 Broadband High Dynamic Range May be used as a replacement for RFMD SPF-5189Z a,b SOT-89 PACKAGE Product Overview

More information

Quiescent Current Thermal Tracking Circuit in the RF Integrated Circuit Family

Quiescent Current Thermal Tracking Circuit in the RF Integrated Circuit Family Application Note Rev., 1/3 NOTE: The theory in this application note is still applicable, but some of the products referenced may be discontinued. Quiescent Current Thermal Tracking Circuit in the RF Integrated

More information

ATF-531P8 900 MHz High Linearity Amplifier. Application Note 1372

ATF-531P8 900 MHz High Linearity Amplifier. Application Note 1372 ATF-531P8 9 MHz High Linearity Amplifier Application Note 1372 Introduction This application note describes the design and construction of a single stage 85 MHz to 9 MHz High Linearity Amplifier using

More information

Maintenance Manual LBI-38531G MHz, 110 WATT POWER AMPLIFIER 19D902797G1 DESCRIPTION TABLE OF CONTENTS

Maintenance Manual LBI-38531G MHz, 110 WATT POWER AMPLIFIER 19D902797G1 DESCRIPTION TABLE OF CONTENTS Maintenance Manual LBI-38531G 136-174 MHz, 110 WATT POWER AMPLIFIER 19D902797G1 TABLE OF CONTENTS Page DESCRIPTION.............................................. Front Cover SPECIFICATIONS.................................................

More information

AMS Verification for High Reliability and Safety Critical Applications by Martin Vlach, Mentor Graphics

AMS Verification for High Reliability and Safety Critical Applications by Martin Vlach, Mentor Graphics AMS Verification for High Reliability and Safety Critical Applications by Martin Vlach, Mentor Graphics Today, very high expectations are placed on electronic systems in terms of functional safety and

More information

UOTFT: Universal Organic TFT Model for Circuit Design

UOTFT: Universal Organic TFT Model for Circuit Design UOTFT: Universal Organic TFT Model for Circuit Design S. Mijalković, D. Green, A. Nejim Silvaco Europe, St Ives, Cambridgeshire, UK A. Rankov, E. Smith, T. Kugler, C. Newsome, J. Halls Cambridge Display

More information

unit : mm When using standard board mm

unit : mm When using standard board mm Ordering number: EN 5897 Monolithic Linear IC LA6541 4-channel Bridge Driver for Compact Discs Overview Package Dimensions The LA6541 is a 4-channel bridge () with a 5 V power supply (uses an external

More information

Interconnect-Power Dissipation in a Microprocessor

Interconnect-Power Dissipation in a Microprocessor 4/2/2004 Interconnect-Power Dissipation in a Microprocessor N. Magen, A. Kolodny, U. Weiser, N. Shamir Intel corporation Technion - Israel Institute of Technology 4/2/2004 2 Interconnect-Power Definition

More information

Monolithic Amplifier PHA-13HLN+ Ultra High Dynamic Range. 1MHz to 1 GHz. The Big Deal

Monolithic Amplifier PHA-13HLN+ Ultra High Dynamic Range. 1MHz to 1 GHz. The Big Deal Ultra High Dynamic Range Monolithic Amplifier 50Ω 1MHz to 1 GHz The Big Deal Ultra-High IP3, +43 m typ. Medium Power, +28.7m typ. Excellent Noise Figure, 1.1 typ. SOT-89 PACKAGE Product Overview (RoHS

More information

XP1080-QU-EV1. Power Amplifier GHz. Functional Schematic. Features. Description. Pin Configuration 1. Ordering Information. Rev.

XP1080-QU-EV1. Power Amplifier GHz. Functional Schematic. Features. Description. Pin Configuration 1. Ordering Information. Rev. 2 3 4 5 6 7 8 16 15 14 13 12 11 10 Features Linear On-Chip Power Detector Output Power Adjust 25.0 db Small Signal Gain +27.0 dbm P1dB Compression Point +38.0 dbm OIP3 Lead-Free 7 mm 28-lead SMD Package

More information

Design of Sub-10-Picoseconds On-Chip Time Measurement Circuit

Design of Sub-10-Picoseconds On-Chip Time Measurement Circuit Design of Sub-0-Picoseconds On-Chip Time Measurement Circuit M.A.Abas, G.Russell, D.J.Kinniment Dept. of Electrical and Electronic Eng., University of Newcastle Upon Tyne, UK Abstract The rapid pace of

More information

SERIES LNA LOW NOISE AMPLIFIERS DESCRIPTION. Millimeter-Wave Technology & Solutions

SERIES LNA LOW NOISE AMPLIFIERS DESCRIPTION. Millimeter-Wave Technology & Solutions LOW NOISE AMPLIFIERS FEATURES: Wideband coverage Modular compact design Military or commercial units available 2.92, 2.4, 1.85 mm or Waveguide interfaces as required Internal voltage regulation and bias

More information

LF442 Dual Low Power JFET Input Operational Amplifier

LF442 Dual Low Power JFET Input Operational Amplifier LF442 Dual Low Power JFET Input Operational Amplifier General Description The LF442 dual low power operational amplifiers provide many of the same AC characteristics as the industry standard LM1458 while

More information

LB1939T 2 Channel H Bridge Constant Voltage/Constant Current Driver

LB1939T 2 Channel H Bridge Constant Voltage/Constant Current Driver 2 Channel H Bridge Constant Voltage/Constant Current Driver Overview The is a two-phase excitation bipolar stepping motor driver that features low voltage operation, a low saturation voltage, and low power

More information

NI AWR Design Environment Load-Pull Simulation Supports the Design of Wideband High-Efficiency Power Amplifiers

NI AWR Design Environment Load-Pull Simulation Supports the Design of Wideband High-Efficiency Power Amplifiers Design NI AWR Design Environment Load-Pull Simulation Supports the Design of Wideband High-Efficiency Power Amplifiers The design of power amplifiers (PAs) for present and future wireless systems requires

More information

Lab 4: Supply Independent Current Source Design

Lab 4: Supply Independent Current Source Design Lab 4: Supply Independent Current Source Design Curtis Mayberry EE435 In this lab a current mirror is designed that is robust against variations in the supply voltage. The current mirror is required to

More information

EECS 427 Lecture 21: Design for Test (DFT) Reminders

EECS 427 Lecture 21: Design for Test (DFT) Reminders EECS 427 Lecture 21: Design for Test (DFT) Readings: Insert H.3, CBF Ch 25 EECS 427 F09 Lecture 21 1 Reminders One more deadline Finish your project by Dec. 14 Schematic, layout, simulations, and final

More information

PART OBSOLETE - USE ZXGD3111N7. Features. GND GND Vcc GATE. GATE Top View Pin-Out

PART OBSOLETE - USE ZXGD3111N7. Features. GND GND Vcc GATE. GATE Top View Pin-Out PART OBSOLETE - USE N7 V ACTIVE OR-ING MOSFET CONTROLLER IN SO8 Description is a V Active OR-ing MOSFET controller designed for driving a very low R DS(ON) Power MOSFET as an ideal diode. This replaces

More information

Next Generation Curve Tracing & Measurement Tips for Power Device. Kim Jeong Tae RF/uW Application Engineer Keysight Technologies

Next Generation Curve Tracing & Measurement Tips for Power Device. Kim Jeong Tae RF/uW Application Engineer Keysight Technologies Next Generation Curve Tracing & Measurement Tips for Power Device Kim Jeong Tae RF/uW Application Engineer Keysight Technologies Agenda Page 2 Conventional Analog Curve Tracer & Measurement Challenges

More information

Features SO-7. Typical Configuration for Low-Side -ve Supply Rail DRAIN. Top View

Features SO-7. Typical Configuration for Low-Side -ve Supply Rail DRAIN. Top View V ACTIVE OR'ING MOSFET CONTROLLER IN SO7 Description The is a V Active OR ing MOSFET Controller designed for driving a very low R DS(ON) Power MOSFET as an ideal diode. This replaces the standard rectifier

More information

The B7 Discrete Operational Amplifier Author: Tamas G. Kohalmi 7/5/2004

The B7 Discrete Operational Amplifier Author: Tamas G. Kohalmi 7/5/2004 The B7 Discrete Operational Amplifier Author: Tamas G. Kohalmi 7/5/2004 Table of Contents Part 1... pages 2-4 Part 2 pages 5-7 Part 1. This document describes a simple discrete operational amplifier that

More information

12.5 Gb/s Driver Amplifier PSPL5865 Datasheet

12.5 Gb/s Driver Amplifier PSPL5865 Datasheet 12.5 Gb/s Driver Amplifier PSPL5865 Datasheet The Model PSPL5865 Driver Amplifier is intended for use driving Lithium Niobate modulators or as a linear amplifier. The PSPL5865 includes internal temperature

More information

Broadband covering primary wireless communications bands: Cellular, PCS, LTE, WiMAX

Broadband covering primary wireless communications bands: Cellular, PCS, LTE, WiMAX High Gain, High IP3 Monolithic Amplifier 50Ω 0.01 to 6 GHz The Big Deal High Gain Broadband High Dynamic Range without external Matching Components May be used as a replacement to RFMD SBB5089Z a,b SOT-89

More information

AP1506. Description. Pin Assignments. Features. Applications. 150kHz, 3A PWM BUCK DC/DC CONVERTER AP SD 4 FB 3 GND 2 Output

AP1506. Description. Pin Assignments. Features. Applications. 150kHz, 3A PWM BUCK DC/DC CONVERTER AP SD 4 FB 3 GND 2 Output 150kHz, 3A PWM BUCK DC/DC CONVERTER Description The series are monolithic IC designed for a step-down DC/DC converter, and own the ability of driving a 3A load without external transistor. Due to reducing

More information

Fundamental Failure Mechanisms Limiting Maximum Voltage Operation in AlGaN/GaN HEMTs. Michael D. Hodge, Ramakrishna Vetury, and Jeffrey B.

Fundamental Failure Mechanisms Limiting Maximum Voltage Operation in AlGaN/GaN HEMTs. Michael D. Hodge, Ramakrishna Vetury, and Jeffrey B. Fundamental Failure Mechanisms Limiting Maximum Voltage Operation in AlGaN/GaN HEMTs Michael D. Hodge, Ramakrishna Vetury, and Jeffrey B. Shealy Purpose Propose a method of determining Safe Operating Area

More information

High Input Voltage, Low Quiescent Current, Low-Dropout Linear Regulator. Applications

High Input Voltage, Low Quiescent Current, Low-Dropout Linear Regulator. Applications High Input Voltage, Low Quiescent Current, Low-Dropout Linear Regulator General Description The is a high voltage, low quiescent current, low dropout regulator with 150mA output driving capacity. The,

More information

Data Sheet. ALM GHz GHz 50 Watt High Power SPDT Switch with LNA Module. Features. Description. Specifications.

Data Sheet. ALM GHz GHz 50 Watt High Power SPDT Switch with LNA Module. Features. Description. Specifications. ALM-12124 1.88 GHz 2.025 GHz 50 Watt High Power SPDT Switch with LNA Module Data Sheet Description Avago Technologies ALM-12124 is a multi-chip integrated module that comprise of a 50 Watt CW high power

More information

Practical 2P12 Semiconductor Devices

Practical 2P12 Semiconductor Devices Practical 2P12 Semiconductor Devices What you should learn from this practical Science This practical illustrates some points from the lecture courses on Semiconductor Materials and Semiconductor Devices

More information

Parameter Frequency Typ (GHz) See page 7 for minimum performance specs of AMM7602UC connectorized modules. Description Green Status

Parameter Frequency Typ (GHz) See page 7 for minimum performance specs of AMM7602UC connectorized modules. Description Green Status The is a broadband MMIC LO buffer amplifier that efficiently provides high gain and output power over a 20-55 GHz frequency band. It is designed to provide a strong, flat output power response when driven

More information

LM MHz Video Amplifier System

LM MHz Video Amplifier System LM1202 230 MHz Video Amplifier System General Description The LM1202 is a very high frequency video amplifier system intended for use in high resolution monochrome or RGB color monitor applications In

More information

Data Sheet. ALM GHz 2.40 GHz 50 Watt High Power SPDT Switch with LNA Module. Features. Description. Specifications.

Data Sheet. ALM GHz 2.40 GHz 50 Watt High Power SPDT Switch with LNA Module. Features. Description. Specifications. ALM-12224 2.30 GHz 2.40 GHz 50 Watt High Power SPDT Switch with LNA Module Data Sheet Description Avago Technologies ALM-12224 is a multi-chip integrated module that comprise of a 50 Watt CW high power

More information

Introduction to co-simulation. What is HW-SW co-simulation?

Introduction to co-simulation. What is HW-SW co-simulation? Introduction to co-simulation CPSC489-501 Hardware-Software Codesign of Embedded Systems Mahapatra-TexasA&M-Fall 00 1 What is HW-SW co-simulation? A basic definition: Manipulating simulated hardware with

More information

Cell Balancing Methods

Cell Balancing Methods Battery Management Deep Dive Nov 7-9, 2011 Dallas, TX Cell Balancing Methods BMS Systems & Applications 1 Agenda The Problem-Cell Mismatches Cell Balancing & Implementation Cell Balancing Methods Passive

More information

Application Note 1373

Application Note 1373 ATF-511P8 900 MHz High Linearity Amplifier Application Note 1373 Introduction Avago s ATF-511P8 is an enhancement mode PHEMT designed for high linearity and medium power applications. With an OIP3 of 41

More information

CTT Technical Proposal

CTT Technical Proposal CTT Technical Proposal 6-1 GHz 0 W Power Amplifier (GaAs and GaN approaches) SECTION 1: 6-1 GHz 0 W power amplifiers A) Specification and comparison SECTION 2: GaAs 6-1 GHz Solid State Power Amplifier

More information

HA-2520, HA-2522, HA-2525

HA-2520, HA-2522, HA-2525 HA-, HA-, HA- Data Sheet September 99 File Number 9. MHz, High Slew Rate, Uncompensated, High Input Impedance, Operational Amplifiers HA-// comprise a series of operational amplifiers delivering an unsurpassed

More information

PRACTICAL ELECTRONICS TROUBLESHOOTING

PRACTICAL ELECTRONICS TROUBLESHOOTING PRACTICAL ELECTRONICS TROUBLESHOOTING Second Edition James Perozzo 4 k 0 DELMAR PUBLISHERS INC. Contents Preface/xiii chapter one Some Necessary Basics Chapter Overview/1 Necessary Background/1 A Few Definitions/6

More information

RT9085A. 1A, 5.5V, Ultra Low Dropout Linear Regulator. Features. General Description. Pin Configuration. Applications. Marking Information

RT9085A. 1A, 5.5V, Ultra Low Dropout Linear Regulator. Features. General Description. Pin Configuration. Applications. Marking Information RT9085A 1A, 5.5V, Ultra Low Dropout Linear Regulator General Description The RT9085A is a high performance positive voltage regulator with separated bias voltage (V ), designed for applications requiring

More information

Modeling Physical PCB Effects 5&

Modeling Physical PCB Effects 5& Abstract Getting logical designs to meet specifications is the first step in creating a manufacturable design. Getting the physical design to work is the next step. The physical effects of PCB materials,

More information

Features. Y Analog signals are not loaded. Y Constant ON resistance for signals up to g10v and

Features. Y Analog signals are not loaded. Y Constant ON resistance for signals up to g10v and Quad SPST JFET Analog Switches LF11331 LF13331 4 Normally Open Switches with Disable LF11332 LF13332 4 Normally Closed Switches with Disable LF11333 LF13333 2 Normally Closed Switches and 2 Normally Open

More information

Agilent EEsof EDA.

Agilent EEsof EDA. Agilent EEsof EDA This document is owned by Agilent Technologies, but is no longer kept current and may contain obsolete or inaccurate references. We regret any inconvenience this may cause. For the latest

More information

Measuring Power Supply Switching Loss with an Oscilloscope

Measuring Power Supply Switching Loss with an Oscilloscope Measuring Power Supply Switching Loss with an Oscilloscope Application Note Introduction With the demand for improving power efficiency and extending the operating time of battery-powered devices, the

More information

CMOS Quad Rail-to-Rail I/O Op Amp DESCRIPTION: FEATURES: Logic Diagram

CMOS Quad Rail-to-Rail I/O Op Amp DESCRIPTION: FEATURES: Logic Diagram 6484 CMOS Quad Rail-to-Rail I/O Op Amp V+ IN+A IN+D IN-A OUT A OUT D IN-D V- IN+B OUT B OUT C IN+C IN-B Logic Diagram IN-C FEATURES: Rad-Pak technology-hardened against natural space radiation Total dose

More information

Extending Cell Phone Battery Life with the ISL9109

Extending Cell Phone Battery Life with the ISL9109 Extending Cell Phone Battery Life with the ISL9109 Application Note AN1424.0 In this day and age practically everyone is armed with a cell phone. Some of these smart phones not only work as a cell phone

More information

ELECTRONIC GIANT. EG3013 Datasheet. Half-Bridge Driver. Copyright 2012 by EGmicro Corporation REV 1.0

ELECTRONIC GIANT. EG3013 Datasheet. Half-Bridge Driver. Copyright 2012 by EGmicro Corporation REV 1.0 ELECTRONIC GIANT EG33 Datasheet Copyright 22 by EGmicro Corporation REV. EG33 datasheet Contents. Features... 2 2. General Description... 2 3. Applications... 2 4. Device Information... 3 4.. Pin map...

More information

High Input Voltage, Low Quiescent Current, Low-Dropout Linear Regulator. Applications

High Input Voltage, Low Quiescent Current, Low-Dropout Linear Regulator. Applications High Input Voltage, Low Quiescent Current, Low-Dropout Linear Regulator General Description The is a high voltage, low quiescent current, low dropout regulator with 150mA output driving capacity. The,

More information

Application Note. Low Power DC/DC Converter AN-CM-232

Application Note. Low Power DC/DC Converter AN-CM-232 Application Note AN-CM-232 Abstract This application note presents a low cost and low power DC/DC push-pull converter based on the Dialog GreenPAK SLG46108 device. This application note comes complete

More information

LH0042 Low Cost FET Op Amp

LH0042 Low Cost FET Op Amp LH0042 Low Cost FET Op Amp General Description The LH0042 is a FET input operational amplifier with very high input impedance and low input currents with no compromise in noise common mode rejection ratio

More information

ELECTRONIC GIANT. EG3012 Datasheet. Half-Bridge Driver. Copyright 2012 by EGmicro Corporation REV 1.0

ELECTRONIC GIANT. EG3012 Datasheet. Half-Bridge Driver. Copyright 2012 by EGmicro Corporation REV 1.0 ELECTRONIC GIANT EG32 Datasheet Copyright 22 by EGmicro Corporation REV. EG32 datasheet Contents. Features... 2 2. General Description... 2 3. Applications... 2 4. Device Information... 3 4.. Pin map...

More information

22. VLSI in Communications

22. VLSI in Communications 22. VLSI in Communications State-of-the-art RF Design, Communications and DSP Algorithms Design VLSI Design Isolated goals results in: - higher implementation costs - long transition time between system

More information

DT V 1A Output 400KHz Boost DC-DC Converter FEATURES GENERAL DESCRIPTION APPLICATIONS ORDER INFORMATION

DT V 1A Output 400KHz Boost DC-DC Converter FEATURES GENERAL DESCRIPTION APPLICATIONS ORDER INFORMATION GENERAL DESCRIPTION The DT9111 is a 5V in 12V 1A Out step-up DC/DC converter The DT9111 incorporates a 30V 6A N-channel MOSFET with low 60mΩ RDSON. The externally adjustable peak inductor current limit

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information