Timing Circuit Design in High Performance DRAM

Total Page:16

File Type:pdf, Size:1020Kb

Timing Circuit Design in High Performance DRAM Chapter 11 Timing Circuit Design in High Performance DRAM Feng (Dan) Lin Abstract The need for high performance dynamic random access memory (DRAM) becomes a pressing concern with processor speeds racing into the multi-gigahertz range. For a high performance computing system, such as high-end graphics cards or game consoles, memory bandwidth is one of the key limitations. One way to address this ever increasing bandwidth requirement is by increasing the data transfer rate. As the I/O speed jumps up, precise timing control becomes critical and challenge with variations and limitations in nano-scaled DRAM processes. In this chapter, we will explore two most important timing circuits used in high performance DRAM: clock distribution network (CDN) and clock synchronization circuits (CSC). Keywords Memory interface • DRAM • Memory bandwidth • Clock distribu- tion network (CDN) • Clock synchronization circuit (CSC) • Source-synchronous • Analog phase generator (APG) • De-skewing • Duty-cycle correction (DCC) Delay-locked loop (DLL) • 3D integration 11.1 Introduction 11.1.1 Memory Interface A typical memory system, shown in Fig. 11.1, generally includes a memory control- ler, DRAM devices and memory channels between them. As part of the DRAM device, memory interface serves as a gateway between the external world and internal periphery logics (i.e. array interface and command and address logic). The state-of-art memory interface may include data transceivers, SERDES (serializer/deserializer), F. Lin (*) Senior Member of Technical Staff, Micron Technology, Inc. e-mail: [email protected] K. Iniewski (ed.), CMOS Processors and Memories, 337 Analog Circuits and Signal Processing, DOI 10.1007/978-90-481-9216-8_11, © Springer Science+Business Media B.V. 2010 338 F. Lin Memory Channels DRAM Data Array Data I/O Interface Memory WCK Controller CDN CK CSC CDN CDN C/A C/A Logic Memory Interface Fig. 11.1 High-performance Memory Interfaces (clock paths and timing circuits in Gray colors) clock distribution networks (CDNs), and clock synchronization circuits (CSC). Besides bidirectional data I/Os, which move data in and out of the memory interface, there are also clocks and command and address (C/A) inputs, which are unidirec- tional. The data and C/A are retimed within the memory interface using the distrib- uted clocks. External to the DRAM interface, the memory controller communicates to one or multiple DRAMs via memory channels and buses. Various bussing topolo- gies and different characteristics of memory channels will introduce latency and timing skews, and may profoundly impact the overall system timing performance. In some literature, the data channel is also referred to as a link, which includes transceivers in both the memory controller and the DRAM, and the connection between them. Total memory bandwidth can be increased either by increasing the number of links or by increasing the per link data transfer rate. The bandwidth limitation in both the channel and the DRAM interface put an upper boundary for the data rate. The package size, the number of DRAMs, and metal routing layers on the PCB board also put some constrains on the number of links. Power effi- ciency (usually specified in mW/Gb/s) and cost are the other two considerations. Although each pieces of the link and associate clocking scheme worth a detail analysis when pursuing higher system performance, with limited space, we now turn our focus to the timing circuits design within the DRAM interface. 11.1.2 Evolution of the DRAM Interface and Timing Specifications Timing circuit is generally related to a clock. Following the advent of synchronous operation, DRAM device specifications and performance began a slow migration towards metrics related to clock frequency [1]. From EDO (extended data out) asynchronous DRAM to DDR (double data rate) synchronous DRAM, the memory 11 Timing Circuit Design in High Performance DRAM 339 interface also evolved from clock-less asynchronous operation to synchronous data operation on both rising and falling clock edges. The various generations of DDR and its faster graphics cousin GDDR, such as DDR2, DDR3, GDDR3, GDDR4, and GDDR5, encompass evolutionary advances in technology to achieve higher overall data transfer rates. The fastest data transfer rate reported for GDDR5 [4] is around 6 Giga bits per second per pin, compared to only 0.133 Giga bits per second for a low-end DDR system. To enable such speedup, changes in burst length (BL), improvements in signaling technology and packaging, and significant advances in circuit design are imperative. Design a timing circuitry may start with specifications. Two important timing parameters define how fast the DRAM device can cycle the data (clock cycle time or tCK) and how many clock cycles the system must wait for data following a Read request (CAS latency or CL). To achieve higher performance, it is desire to have DRAM devices with the lowest CAS latency possible at any given operating fre- quency. Unfortunately, timing delays and timing variations associated with data and clock path make it tough to meet with higher overall data rates. Such timing delays and variations are generally referred to as clock skew and jitter. When a signal (e.g. CK) propagating through a memory interface, like in Fig. 11.1, a timing delay is introduced, also known as clock skew. Besides static timing delay, high-speed signal distribution is also susceptible to duty-cycle distortion and timing mismatch. Under process, voltage and temperature (PVT) variations, the propagation delay may change dynamically (i.e. jitter) and further degrade timing performance. Both skew and jitter make it difficult to predict and track latency [14] (e.g. CL) as speeds increase. 11.1.3 Source-Synchronous Interface and Matched Routing There are several ways to mitigate the timing variations caused by the on-die signal distribution. Traditionally, memory interfaces favor source-synchronous relationship between data and clock (or strobe) to alleviate PVT sensitivities. In some literatures, the clock bundled with data is also referred as a forwarded clock. Shown in Fig. 11.1, the additional write clocks (WCK) can facilitate high-speed data capture by placing the clock close to the destination (e.g. transceivers), which in turn, shorten the clock dis- tribution. Differential write clock can further reduce duty-cycle distortion at the cost of additional pins. A forwarded read clock (not shown in Fig. 11.1) synchronized with returned data may facilitate data capture at the memory controller side as well. To maintain source-synchronicity, a technique called matched routing [1–2] has been utilized to match the internal clocks and data all the way from the device pins to the capture latches. Logical effort [3] matching and point-to-point matching are both used in this method to address various topologies of the clock and data paths. With this technique, the clock distribution delay is modeled and replicated in each data path. Any timing change caused by PVT variations can be tracked and zeroed out as long as the matched routing is applied. Although the gate and wire delay may 340 F. Lin be scaled linearly with DRAM processes, matched routing adds extra circuits for each data path and increases power and area consumption. With single-ended sig- naling for the data transceivers and the lengthened data path, duty-cycle distortion is a major concern for this approach. At higher speeds and for increased data bus width (pin count or number of links), matched routing may not be practical. An alternative scheme employs adjustable timing for the clock distribution net- work (CDN). In this case, data capture latches are located close to the data input pads. The latches are generally built from sense-amp style circuits to maximize their gain and input sensitivity and minimize setup and hold. The CDN delay can be backed out through training by the memory controller. The goal of training is to optimize capture timing at the input data latches. The memory controller accom- plishes this by delaying or advancing the clock until the latches operate in the center of the data eye. Although process variation and static timing offsets can be tuned out by initial training, delay variations across the CDN due to voltage and temperature (VT) drift may still exist. Retraining may be necessary if these delay variations are too great, further complicating the link interface design. To mitigate VT sensitivity for high-speed memory operating, a novel multi- phase, voltage and temperature insensitive CDN [6] will be introduced in Section 11.2. Design consideration for different CDN topologies will be analyzed with a focus on power and performance. Simulation data using a 50 nm DRAM process will be presented for evaluation. 11.1.4 Timing Adjust Circuitry Besides training, another way to compensate the timing skew is by using a clock synchronization circuit (CSC), such as phase-locked loop (PLL) or delay-locked loop (DLL). Both the PLL and DLL are closed-loop feedback systems with adjust- able delays and a timing comparator (i.e. phase frequency detector). A feedback signal is compared against a reference signal and the delay gets adjusted until the phase relationship between the feedback and reference signals approaches a pre- determined condition. For the PLL, however, the feedback signal generated by an oscillator must achieve both phase and frequency locks to the reference. PLLs are usually found in communication systems and microprocessors for clock data recovery (CDR) and frequency synthesis. DLLs, on the other hand, are widely used in memory interfaces for clock synchro- nization and de-skewing. For instance, a DLL plays an important role for the DRAM output timing, in which the output data are synchronized with the incoming system clock (e.g. CK). The overall timing path monitored by the DLL not only includes input data capture and clock distribution network, but also the output data path.
Recommended publications
  • Table of Contents Table of Contents
    Table of Contents Table of Contents UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 Form 10-K (Mark One) ANNUAL REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934 For the fiscal year ended December 31, 2010 or TRANSITION REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934 For the transition period from to Commission file number: 000-22339 RAMBUS INC. (Exact name of registrant as specified in its charter) Delaware 94 -3112828 (State or other jurisdiction of (I.R.S. Employer incorporation or organization) Identification Number) 1050 Enterprise Way, Suite 700 94089 Sunnyvale, California (Zip Code) (Address of principal executive offices) Registrant’s telephone number, including area code: (408) 462-8000 Securities registered pursuant to Section 12(b) of the Act: Title of Each Class Name of Each Exchange on Which Registered Common Stock, $.001 Par Value The NASDAQ Stock Market LLC (The NASDAQ Global Select Market) Securities registered pursuant to Section 12(g) of the Act: None Indicate by check mark if the registrant is a well-known seasoned issuer, as defined in Rule 405 of the Securities Act. Yes No Indicate by check mark if the registrant is not required to file reports pursuant to Section 13 or Section 15(d) of the Act. Yes No Indicate by check mark whether the registrant (1) has filed all reports required to be filed by Section 13 or 15(d) of the Securities Exchange Act of 1934 during the preceding 12 months (or for such shorter period that the registrant was required to file such reports), and (2) has been subject to such filing requirements for the past 90 days.
    [Show full text]
  • UNITED STATES SECURITIES and EXCHANGE COMMISSION Form
    Use these links to rapidly review the document TABLE OF CONTENTS PART IV Table of Contents UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 Form 10-K (Mark One) ANNUAL REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934 For the fiscal year ended December 31, 2011 or TRANSITION REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934 For the transition period from to Commission file number: 000-22339 RAMBUS INC. (Exact name of registrant as specified in its charter) Delaware 94-3112828 (State or other jurisdiction of (I.R.S. Employer incorporation or organization) Identification Number) 1050 Enterprise Way, Suite 700 Sunnyvale, California 94089 (Address of principal executive offices) (Zip Code) Registrant's telephone number, including area code: (408) 462-8000 Securities registered pursuant to Section 12(b) of the Act: Title of Each Class Name of Each Exchange on Which Registered Common Stock, $.001 Par Value The NASDAQ Stock Market LLC (The NASDAQ Global Select Market) Securities registered pursuant to Section 12(g) of the Act: None Indicate by check mark if the registrant is a well-known seasoned issuer, as defined in Rule 405 of the Securities Act. Yes No Indicate by check mark if the registrant is not required to file reports pursuant to Section 13 or Section 15(d) of the Act. Yes No Indicate by check mark whether the registrant (1) has filed all reports required to be filed by Section 13 or 15(d) of the Securities Exchange Act of 1934 during the preceding 12 months (or for such shorter period that the registrant was required to file such reports), and (2) has been subject to such filing requirements for the past 90 days.
    [Show full text]
  • RAMBUS INC. (Exact Name of Registrant As Specified in Its Charter) ______
    UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 ________________ Form 10-K ________________ (Mark One) ANNUAL REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934 For the fiscal year ended December 31, 2011 or TRANSITION REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934 For the transition period from to Commission file number: 000-22339 ________________ RAMBUS INC. (Exact name of registrant as specified in its charter) ________________ Delaware 94-3112828 (State or other jurisdiction of (I.R.S. Employer incorporation or organization) Identification Number) 1050 Enterprise Way, Suite 700 94089 Sunnyvale, California (Zip Code) (Address of principal executive offices) Registrant’s telephone number, including area code: (408) 462-8000 ________________ Securities registered pursuant to Section 12(b) of the Act: Title of Each Class Name of Each Exchange on Which Registered Common Stock, $.001 Par Value The NASDAQ Stock Market LLC (The NASDAQ Global Select Market) Securities registered pursuant to Section 12(g) of the Act: None ________________ Indicate by check mark if the registrant is a well-known seasoned issuer, as defined in Rule 405 of the Securities Act. Yes No Indicate by check mark if the registrant is not required to file reports pursuant to Section 13 or Section 15(d) of the Act. Yes No Indicate by check mark whether the registrant (1) has filed all reports required to be filed by Section 13 or 15(d) of the Securities Exchange Act of 1934 during the preceding 12 months (or for such shorter period that the registrant was required to file such reports), and (2) has been subject to such filing requirements for the past 90 days.
    [Show full text]
  • All-Digital Clock Calibration for Source-Synchronous High-Speed I/O Links Based on Phase-To-Digital Conversion Angeli, Nico (2020)
    All-Digital Clock Calibration for Source-Synchronous High-Speed I/O Links Based on Phase-to-Digital Conversion Angeli, Nico (2020) DOI (TUprints): https://doi.org/10.25534/tuprints-00012975 Lizenz: CC-BY-NC-ND 4.0 International - Creative Commons, Namensnennung, nicht kom- merziell, keine Bearbeitung Publikationstyp: Dissertation Fachbereich: 18 Fachbereich Elektrotechnik und Informationstechnik Quelle des Originals: https://tuprints.ulb.tu-darmstadt.de/12975 All-Digital Clock Calibration for Source-Synchronous High-Speed I/O Links Based on Phase-to-Digital Conversion Digitale Taktsignal Kalibrierung für schnelle quellsynchrone I/O Links basierend auf Phasen-zu-digital Wandlung Zur Erlangung des akademischen Grades Doktor-Ingenieur (Dr.-Ing.) genehmigte Dissertation von M.Sc. Nico Angeli aus Würzburg Tag der Einreichung: 13. März 2020, Tag der Prüfung: 01. Juli 2020 Darmstadt — D 17 1. Gutachten: Prof. Dr.-Ing. Klaus Hofmann 2. Gutachten: Prof. Dr.-Ing. Chihao Xu Fachgebiet Integrierte Elektronische Systeme All-Digital Clock Calibration for Source-Synchronous High-Speed I/O Links Based on Phase-to-Digital Conversion Digitale Taktsignal Kalibrierung für schnelle quellsynchrone I/O Links basierend auf Phasen-zu-digital Wandlung Genehmigte Dissertation von M.Sc. Nico Angeli aus Würzburg 1. Gutachten: Prof. Dr.-Ing. Klaus Hofmann 2. Gutachten: Prof. Dr.-Ing. Chihao Xu Tag der Einreichung: 13. März 2020 Tag der Prüfung: 01. Juli 2020 Darmstadt — D 17 Bitte zitieren Sie dieses Dokument als: URN: urn:nbn:de:tuda-tuprints-129758 URL: http://tuprints.ulb.tu-darmstadt.de/12975 Dieses Dokument wird bereitgestellt von tuprints, E-Publishing-Service der TU Darmstadt http://tuprints.ulb.tu-darmstadt.de [email protected] Die Veröffentlichung steht unter folgender Creative Commons Lizenz: Namensnennung – Keine kommerzielle Nutzung – Keine Bearbeitung 4.0 International https://creativecommons.org/licenses/by-nc-nd/4.0/deed.de Erklärungen zur Dissertation § 8 Abs.
    [Show full text]
  • Session 27 Overview DRAM and Eram
    ISSCC 2007 / SESSION 27 / DRAM AND eRAM / OVERVIEW Session 27 Overview DRAM and eRAM Chair: Martin Brox, Qimonda, Neubiberg, Germany Associate Chair: Kazuhiko Kajigaya, Elpida Memory, Sagamihara, Japan Demand growth for electronic systems has been driven by new consumer and computing applica- tions. The most popular examples are the next-generation, high-resolution game-consoles. These systems heavily leverage the performance of today’s memories and processors. Yet, these applica- tions are still unable to create a life-like experience due to the limitations of the on- and off-chip memory bandwidth available to the processing functions. Careful optimization of the memory hier- archy bandwidth is necessary to improve system performance. High-speed embedded-DRAM (eDRAM) has evolved as a serious contender to embedded-SRAM (eSRAM), while external data- rates continue their rapid rise. However, speed improvements cannot stand on their own as system costs must be kept reasonable. To this end, good test and repair solutions reduce cost and facilitate higher levels of integra- tion. The presentations in this session report recent advances that address these challenges. Paper 27.1 by IBM introduces an innovative sense-amplifier for use in an eDRAM macro operating at a random-cycle frequen- cy of 500MHz. This macro, which occupies only 32% of an equivalent eSRAM-macro in the same SOI-technology, enables higher-density cache implementations improving system level performance. Cost, test strategy and system integration are the focus of the next two presentations. Paper 27.2 by Renesas, Shikino and Daioh, explores strategies needed for known-good-die (KGD) applications with the example of an eSRAM-macro.
    [Show full text]
  • Computer Technology an Introduction
    APEX TUTORS Page | 1 Computer Technology An Introduction Installation, Configuration, Connection, Troubleshooting A guide to configuring, installing, connecting and troubleshooting computer systems Page | 2 Table of Contents Table of Contents ........................................................................................................... 2 Preface............................................................................................................................ 4 Introduction .................................................................................................................... 5 CHAPTER 1 CPU.......................................................................................................... 7 CPU Packages ................................................................................................................ 7 CHAPTER 2 RAM ...................................................................................................... 19 RAM Variations ........................................................................................................... 22 CHAPTER 3 Hard Drive Technologies ....................................................................... 25 RAID ............................................................................................................................ 32 Implementing RAID .................................................................................................... 34 Solid State Disks .........................................................................................................
    [Show full text]
  • Dell EMC Poweredge R740xd2 Technical Guide
    Dell EMC PowerEdge R740xd2 Technical Guide June 2021 Rev. A08 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either potential damage to hardware or loss of data and tells you how to avoid the problem. WARNING: A WARNING indicates a potential for property damage, personal injury, or death. © 2017 - 2021 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other trademarks may be trademarks of their respective owners. 1 Product overview Topics: • Introduction • New technologies Introduction The Dell EMC PowerEdge R740xd2 helps you plan for future growth with large internal storage and cost-efficient drive capacities. Deliver two-socket compute performance with flash and fast networking options to meet streaming demands. Simplify management of large data sets with automated administration and front-serviceable drives. The R740xd2 lets you keep your data safely on-premise with built-in security, even as you scale capacity. The R740xd2 is Dell EMC's latest 2-socket, 2U rack server designed to run data-heavy workloads using scalable memory, I/O, and network options. The systems feature the 2nd Generation Intel® Xeon® Processor Scalable Family, up to 16 DIMMs, PCIe 3.0 enabled expansion slots, and a choice of OCP technologies. New technologies The following table shows new technologies incorporated in the PowerEdge R740xd2: Table 1. New technologies Technology Detailed Description 2nd Generation Intel® Xeon® The 2nd Generation Intel® Xeon® processor scalable family has advanced features Processor Scalable Family that deliver exceptional performance and value.
    [Show full text]
  • Dell EMC Poweredge Mx740c Technical Guide
    Dell EMC PowerEdge MX740c Technical Guide Regulatory Model: E04B Series Regulatory Type: E04B001 © 2019 - 2020 Dell Inc. or its subsidiaries. All rights reserved. Dell, EMC, and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other trademarks may be trademarks of their respective owners. April 2020 Rev. A04 Contents 1 System overview ......................................................................................................................... 5 Introduction............................................................................................................................................................................ 5 New Technologies................................................................................................................................................................. 5 2 System features...........................................................................................................................7 Product comparison ............................................................................................................................................................. 7 Specifications......................................................................................................................................................................... 8 3 Chassis view and features............................................................................................................ 11 Front view of the system.....................................................................................................................................................11
    [Show full text]
  • Pdfdownload.Jsp?Path=/Datasheet/Timing Device/DDR Device Operation.Pdf 9
    SpringerBriefs in Electrical and Computer Engineering For further volumes: http://www.springer.com/series/10059 Chulwoo Kim • Hyun-Woo Lee Junyoung Song High-Bandwidth Memory Interface 2123 Chulwoo Kim Hyun-Woo Lee Department of Electrical Engineering SK-Hynix Korea University Gyeonggi-do Seongbuk-gu, Seoul Korea Korea Junyoung Song Department of Electrical Engineering Korea University Seongbuk-gu, Seoul Korea ISSN 2191-8112 ISSN 2191-8120 (electronic) ISBN 978-3-319-02380-9 ISBN 978-3-319-02381-6 (eBook) DOI 10.1007/978-3-319-02381-6 Springer NewYork Heidelberg Dordrecht London Library of Congress Control Number: 2013950761 © The Author(s) 2014 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Exempted from this legal reservation are brief excerpts in connection with reviews or scholarly analysis or material supplied specifically for the purpose of being entered and executed on a computer system, for exclusive use by the purchaser of the work. Duplication of this publication or parts thereof is permitted only under the provisions of the Copyright Law of the Publisher’s location, in its current version, and permission for use must always be obtained from Springer. Permissions for use may be obtained through RightsLink at the Copyright Clearance Center. Violations are liable to prosecution under the respective Copyright Law.
    [Show full text]
  • Displays, Memory and Storage Selector Guide
    DRAM FLASH - SSD FLASH MCP STORAGE DISPLAYS PRODUCT SELECTION DISPLAYS, MEMORY AND STORAGE GUIDE 1H 2017 CONTACTS Samsung Semiconductor, Inc. Samsung continues to lead the industry with the broadest portfolio of memory products and display technology. Its DRAM, flash, mobile and graphics memory are found in many computers — from ultrabooks to powerful servers — and in a wide range of handheld devices such as smartphones and tablets. Samsung is also a leader in display panels for smartphones, TVs and monitors and public information displays. In addition, Samsung provides the industry’s widest line of storage products from the consumer to enterprise levels. These include flash storage, such as Solid State Drives, and a range of embedded flash storage products. Markets DRAM SSD FLASH ASIC LOGIC LCD/OLED MOBILE/WIRELESS NOTEBOOK PCs/ ULTRABOOKS™ DESKTOP PCs/ WORKSTATIONS SERVERS NETWORKING/ COMMUNICATIONS CONSUMER ELECTRONICS www.samsung.com/us/samsungsemiconductor TABLE OF CONTENTS DRAM DRAM PAGES 4–13 samsung.com/dram • DDR4 SDRAM • Graphics DRAM • DDR3 SDRAM • Mobile DRAM • DDR2 SDRAM • Ordering Info FLASH - SSD PAGES 14–15 samsung.com/flash • eMMC • Solid State Drives (SSD) • Universal Flash Storage (UFS) MULTI-CHIP PACKAGES PAGES 16 samsung.com/mcp • eMMC + LPDDR2 • eMMC + LPDDR3 STorAGE PAGES 17–19 samsung.com/flash-ssd • Solid State Drives (SSD) DISPLAyS PAGES 20-21 samsungdisplay.com • Public Information Display (PID) • Indoor PID Product Classification • E-Board • SNB/UNB • Outdoor PID CONTACTS PAGES 22–23 samsung.com/semiconductor/sales-network
    [Show full text]
  • Product Selection Guide
    2H 2014 MemoryDisplays, Storage and GUIDE SELECTION PRODUCT contACTS DISPLAYS StorAGE MCP FLASH - SSD DRAM Samsung Semiconductor, Inc. Samsung continues to lead the industry with the broadest portfolio of memory products and display technology. Its display panels, DRAM, flash, mobile and graphics memory are found in many computers – from ultrabooks to powerful servers – and in a wide range of handheld devices such as smartphones and tablets. Samsung is also a leader in TV displays. In addition, Samsung provides the industry’s widest line of storage products from the consumer to enterprise levels. These include optical disc drives as well as flash storage, such as Solid State Drives, and a range of embedded flash storage products. Markets DRAM SSD FLASH ASIC LOGIC TFT/LCD ODD MOBILE/WIRELESS NOTEBOOK PCs/ ULTRABOOKS™ DESKTOP PCs/ WORKSTATIONS SERVERS NETWORKING/ COMMUNICATIONS CONSUMER ELECTRONICS To access our online sales portal, visit: https://smarttools.ssi.samsung.com www.samsung.com/us/oem-solutions M A TABLE OF CONTENTS DR DRAM PAGES 4–13 samsung.com/dram • DDR4 SDRAM • Mobile DRAM • DDR3 SDRAM • Ordering Info • DDR2 SDRAM • Graphics DRAM FLASH - SSD PAGES 14–15 samsung.com/flash • eMMC • Solid State Drives (SSD) MULTI-CHIP PACKAGES PAGES 16–17 samsung.com/mcp • eMMC + LPDDR2 • eMMC + LPDDR3 storAGE PAGES 18–20 samsung.com/flash-ssd samsungodd.com • Solid State Drives • Optical Disc Drives DISPLAYS PAGES 21–22 samsungdisplay.com • Public Information Display • E-Board (PID) Product Classification • Outdoor PID • SNB/UNB • Tablets
    [Show full text]
  • Eric Vittoz the Electronic Watch and Low Power Circuits Sscs Nlsummer08.Qxd 7/11/08 8:53 AM Page 2
    sscs_NLsummer08.qxd 7/11/08 8:53 AM Page 1 SSCSSSSCSSSSCCSS IEEE SOLID-STATE CIRCUITS SOCIETY NEWS Summer 2008 Vol. 13, No. 3 www.ieee.org/sscs-news Eric Vittoz The Electronic Watch and Low Power Circuits sscs_NLsummer08.qxd 7/11/08 8:53 AM Page 2 Editor’s Column Mary Y. Lanzerotti, IBM, [email protected] elcome to work and impact of Dr. Eric Vittoz, As a result, we are honored to the Sum- who has written an extensive lead offer: Wmer 2008 article entitled “Electronic Watch and (1) “A Short Story of the EKV MOS issue of SSCS News! Low Power Circuits.” I am grateful to Transistor Model,“ by Christian As with prior Dr. Erik Heijne for suggesting Dr. Vit- C. Enz (Swiss Center for Elec- issues, its goal is to toz as a potential subject and feature tronics and Microtechnology); be a self-contained author, and for his recommendations (2) “Watch Microelectronics: Pio- resource, with original sources and of experts who could attest to the neer in Portable Consumer new contributions by experts describ- impact of Dr. Vittoz’s career on the Electronics,” by Mougahed ing the current state of affairs in tech- development and commercialization Darwish, Marc Degrauwe, nology in view of the influence of the of electronic Swiss watches. Please Thomas E. Gyger, Gunther original papers and/or patents. be sure to read Dr. Heijne’s Intro- Meusburger, (all at EM Micro- In Summer 2008, we feature the duction to this issue on page 4. electronic-Marin SA), Jean Claude Robert (ETA); (3) “It’s About Time: A Brief Chronol- IEEE Solid-State Circuits Society ogy of Chronometry,” by Thomas SSCS News Administrative Committee Elected AdCom Members at Editor-in-Chief: President: Large Lee (Stanford University); Mary Y.
    [Show full text]