Checking Using the Tms34010

Total Page:16

File Type:pdf, Size:1020Kb

Checking Using the Tms34010 AN INVESTIGATION OF INTEGRATED CIRCUIT HARDWARE DESIGN RULE CHECKING USING THE TMS34010 A Thesis Submitted to the Faculty of Graduate Studies and Research in Partial Fulfillment of the Requirements for the Degree of Master of Science in the Department of Electrical Engineering University of Saskatchewan Saskatoon by Amy Sze Ming Lau August, 1990 The author claims copyright. Use shall not be made of the material mnp(, herein without proper acknowledgement, as indicated on the following page. Copyright The author has agreed that the Library, University of Saskatchewan, maYI ake this thesis freely available for inspection. Moreover, the author hasl greed that permission for extensive copying of this thesis for scholarly urposes may be granted by the professor or professors who supervised the esis work recorded herein or, in their absence, by the Head of the epartment or the Dean of the in which the thesis work was done. It College I s understand that due recognition will be given to the author of this thesis. opying or publication or any other use of the thesis for fmancial gain without pproval by the University of Saskatchewan and the author's written permission s prohibited. Requests for permission to copy or to make other use of material in this esis in whole or in part should be addressed to : ead of the Department of Electrical Engineering niversity of Saskatchewan askatoon, Saskatchewan anada 7N OWO 11 Acknowledgements I would like to especially thank Dr. R. Bolton for his guidance and advice oughout the course of this work. My appreciation also goes to Mr. Lloyd his technical advice and assistance in preparing the printed circuit ards. I would like to acknowledge Dr. J. Mowchenko of the University of lberta for providing the GAP source code. Special thanks also go to the anadian Microelectronics Corporation for their permission to include the vailable process technology information in Appendix A. I would also like to thank two of my roommates, Jody Keiner and Tammy ugie, for proof-reading four chapters of this thesis. My parents and close friends deserve very special thanks for their ontinued encouragement and understanding throughout this research. iii UNIVERSITY OF SASKATCHEWAN Electrical Engineering Abstract 90A327 AN INVESTIGATION OF INTEGRATED CIRCUIT HARDWARE DESIGN RULE CHECKING USING THE TMS34010 Student : Amy S. M. Lau Supervisor: Dr. R. J. Bolton M.Sc. Thesis presented to the College of Graduate Studies and Research August 1990 Abstract Design rules in an integrated circuit layout are a set of constraints on the eature size and dimensional relationships between different layers of materials sed to fabricate the circuit. Most design rule checking is done by running atch jobs on large computer systems. By using special hardware, the speed of e integrated circuit design rule checking can be increased significantly. A hardware design rule checker (DRC) is investigated and developed in . s research. The hardware DRC prototype implements an existing design rule hecking algorithm (GAP - Geometry Analysis Program) using the TMS34010 aphics system processor. GAP is a program for checking design rules with j st two geometric primitives, and is able to identify the edges which cause a e violation. The TMS34010 is an advanced 32-bit microprocessor which is ptimized for graphics systems. It provides powerful graphics functions, oolean pixel block transfers and bit-mapped which are suitable for . graphics s application. The research is a combination of custom written software that conducts ix categories of design rules and additional hardware for optimization of erformance. Design rule checking using the Northern Telecom CMOS3 chnology has been implemented. Standard cells from the QUISC library were sed to verify the hardware DRC. IV Table of Contents Page • • • • • " • e • 11 Copyright • • • • " • • • • • • • • • • • • • • • • • • • • • .. • • • • • • • . .. III jJ cknowledgements . jJ bstract iv . .. List of Tables . ix List of Figures x 1 INTRODUCTION 1 . .. 1 1.1. The Purpose of Design Rule Checking . 1.1.1. IC Design and Verification Tools. .. 3 1.2. Design Rule Checking 5 1.3. Problems in Existing DRCs and Possible Solution. .. 7 . .. 1.3. Objective of the Research . 8 2 DESIGN RULE CHECKING 10 . .. 2.1. Introduction . 10 2.2. Introduction to Design Rules 10 2.2.1. Width . .. 12 . .. 2.2.2. Spacing . 13 2.2.3. Overlaps 15 2.2.4. Enclosures 16 2.2.5. Extensions 17 2.2.6. Special Rules 17 2.3. Software Design Rule Checkers 18 2.3.1. Raster-Scan Method 20 2.3.2. The Polygon Method 22 . .. 2.3.3. Comer-Based DRC . 24 2.3.4. MAGIC's Incremental DRC 27 2.3.5. Design Integrity and Immunity Checking . .. 30 2.3.6. Fast Algorithms . .. 32 2.3.7. Geometry Analysis Program 33 2.4. Hardware Design Rule Checker 34 2.4.1. Special Purpose Hardware for Design Rule Checking 34 2.5. Selected DRC algorithm for the hardware DRC 40 2.6. Summary 41 3 GEOMETRY ANALYSIS PROGRAM 43 v . .. 3.1. Introduction . 43 . .. 3.2. Geometric Operations . 43 . .. 3.2.1. Intersection . 44 . .. 3.2.2. Tolerance . 47 . .. 3.2.3. Error Reporting . 49 3.3. DRC Operations . .. 50 3.4. Examining GAP 54 3.4.1. Running GAP under UNIX 54 3.4.2. Running GAP from within KIC . .. 55 . .. 3.5. Design Rules in GAP . 55 3.6. Hardware Selection 57 3.7. Summary 60 4 TMS34010 GRAPHICS SYSTEM PROCESSOR 61 . .. 4.1. Introduction . 61 . .. 4.2. Design Architecture . 63 4.3. General-Purpose Instructions Overview . .. 66 . .. 4.4. Graphics Instructions Overview. 68 4.4.1. Pixel Block Transfers 69 4.4.2. Boolean and Arithmetic Operations . .. 71 4.4.3. Plane Masking 73 . .. 4.5. Applications . 74 4.6. TMS34010 as the GAP Hardware DRC Processor . .. 75 4.6.1. The TMS34010 Software Development Board. .. 78 4.7. Summary 79 5 SOFrWAREDEVELOPMENT W . .. 5.1. Introduction . 80 5.2. Implementation of the GAP Functions 80 5.2.1. Customization of GAP 81 5.2.2. Display and Intersection. .. 87 5.2.3. Screen Scanning 91 5.2.3.1. Hardware Scanning 93 5.2.3.2. Software Scanning. .. 96 5.2.4. Labelling and Tolerancing 98 5.2.5. Error Detecting and Reporting . .. 101 5.3. Layout Clipping 104 5.3.1. Edge Clearance and Overlapping of Clipping Windows. 105 5.4. Data Translation . .. 108 5.5. Data Transfer Between the PC and the SDB 109 5.6. Summary 111 6 HARDWARE DEVELOPMENT 113 . .. 6.1. Introduction . 113 6.2. Purpose of the Additional Hardware 113 6.3. Preliminary Design 115 vi 6.4. Final Design 119 6.5. Summary 122 7. TESTING AND LIMITATIONS 123 . .. 7.1. Introduction . 123 . .. 7.2. Testing . 126 7.2.1. Preliminary Testing 126 7.2.2. Testing of the QUISC Library Cells . .. 127 7.3. Limitations 128 7.3.1. The Cause of False Errors 129 7.3.2. Performance of the Software Scanning 133 . .. 7.3.3. Other Limitations . 137 7.4. Summary 138 8. SUMMARY, CONCLUSIONS, AND RECOMMENDATIONS 139 8.1. Summary 139 . .. 8.2. Conclusions . 141 . .. 142 8.�. Recommendations for Further Study . R BFERENCES 144 All>pENDIX A NORTHERN TELECOM CMOS3 DOUBLE LAYER METAL (DLM) DESIGN RULES 146 A.1. Introduction 147 . .. A.2. CMOS DLM . 147 . .. A.2.1. CMOS DLM Process . 147 A.2.2. CMOS .DLM Mask Levels and CIF Layer Assignments 149 A.2.3. CMOS3 DLM Design Rules 149 A.2.3.1. Minimum Dimensions 153 A.2.3.2. Minimum Spacing 153 A.2.3.3. Enclosures 154 A.2.3.4. Minimum Separations 155 A.2.3.5. Overlaps 155 . .. A.2.3.6. Pad Rules. 156 . .. A.2.3.7. Capacitor Rules . 157 A.2.4. CMOS3 DLM Parameters 157 A.2.4.1. SPICE Transistor Parameters . .. 158 A.2.4.2. Other Electrical Parameters . .. 159 Al>pENDIX B THE GAP CMOS3 TECHNOLOGY FILE . .. 162 Al>pENDIX C HARDWARE SCREEN SCANNING CIRCUIT SCHEMATICS AND RELATED EXTERNAL INTERRUPT ROUTINE 171 Al>pENDIX D THE PROTOTYPICAL TECHNOLOGY FILE 176 vii A DPENDIX E THE LAYOUTS OF THE CHOSEN QUISC STANDARD CELLS. .. 182 viii List of Tables T ble 4.1 PPOP codes for Boolean and arithmetic Operations (from [11]). 72 T ble 4.2 Typical applications of the TMS34010 (from [11]). 75 T ble 5.1 The SDB default colors for analog RGB output. 87 T ble 7.1 The GAP CMOS3 design rules which can be implemented by the function calls of the six design rule categories. .. 125 Time required to check the selected QUISC library cells using GAPDRC and the GAP implementation using the TMS34010 SDB. 129 CIF layer names and colours. 152 lX List of Figures igure 1.1 Multilevel design process. 2 'gure 1,2 Design automation system (from [1]). 4 igure 1.3 Design rule checking process (from [2]). 6 . .. igure 2.1 Width rule. 131 . .. igure 2.2 Inter-layer spacing rule. 14' . igure 2.3 Intra-layer spacing rule. 14,1 igure 2.4 Overlap rule (a) buried contact, (b) split contact. .. 15! igure 2.5 Enclosure rule. 161 igure 2.6 Extension rule. 18'1' .. igure 2.7 Minimum dimensions rule. 19' . .. igure 2.8 Maximum dimensions rule. 19 igure 2.9 Enclosure rule check using the raster-scan method by Baker and Terman (from [5]). igure 2.10 Spacing rule check using the Polygon Method. 23 igure 2.11 Spacing rule in LYRA (from [6]). 21126 igure 2.12 Spacing constraints in LYRA (from [6]). 26 'I igure 2.13 An example of a comer-stitched plane in MAGIC (from [7]). .. 281 igure 2.14 Edge-based rule in MAGIC (from [7]). 281 igure 2.15 Edge-based rule with comer extension in MAGIC (from [7]).
Recommended publications
  • I TMS34010 I Development ~ I Board : User's Guide
    SPVU002A j ~ 1 r l I TMS34010 ~ I S £ ~ i Oltware i Development ~ I Board 0. 1 ~ :I User's Guide .., TEXAS INSTRUMENTS TMS34010 Software Developtnent Board User's Guide ~ TEXAS INSTRUMENTS IMPORTANT NOTICE Texas Instruments (TI) reserves the right to make changes in the devices or the device specifications identified in this publication without notice. TI advises its customers to obtain the latest version of device specifications to verify, before placing orders, that the information being relied upon by the customer is current. In the absence of written agreement to the contrary, TI assumes no liability for TI applications assistance, customer's product design, or infringement of pat­ ents or copyrights of third parties by or arising from use of semiconduct9r devices described herein. Nor does TI warrant or represent that any license, either express or implied, is granted under any patent right, copyright, or other intellectual property right of TI covering or relating to any combination, ma­ chine, or process in which such semiconductor devices might be or are used. WARNING This equipment is intended for use in a laboratory test environment only. It generates, uses, and can radiate radio frequency energy and has not been tested for compliance with the limits for computing devices persuant to Sub­ part J of Part 15 of FCC rules, which are designed to provide reasonable pro­ tection against radio frequency interference. Operation of this equipment in other environments may cause interference with radio communications. In which case the user at this own expense will be required to take whatever measures may be required to correct the interference.
    [Show full text]
  • "TMS340 Family C Source Debugger User's Guide"
    TMS340 Family C Source Debugger User’s Guide SPVU021A 2564010–9721 Rev. A September 1991 Printed on Recycled Paper Running Title 1-2 Chapter Title TMS340 Family C Source Debugger Reference Card Phone Numbers TI Customer Response Center (CRC) Hotline: (800) 336–5236 Graphics Hotline: (713) 274–2340 Debugging TIGA Applications Before invoking the debugger, install the TIGA communication driver: Development Board: TIGACD / D2 Execute TIGACOM on the target system. Execute DEBUGCOM on the host system. Emulator: TIGACD / D1 Invoking the Debugger Development Board: db340 [filename][–options] Emulator: db340emu [filename][–options] Debugger Options Option Description –b[bbbb] Screen size options. Option Chars./Lines Notes none 80 X 25 Default display –b 80 X 43† Use any EGA 80 X 50‡ or VGA card –bb 120 X 43 –bbb 132 X 43 Supported on a –bbbb 80 X 60 Video Seven –bbbbb 100 X 60 VEGA Deluxe card –i pathname Identifies additional directories that con- tain source files. –mc Tells the debugger to provide ’34082 support. –mf Tells the debugger to expect IEEE floa- ting–point format. –mi Tells the debugger not to initialize the program counter (PC) or the stack point- er (SP). †† † EGA card ‡ VGA card †† Development Board Version only 1 Debugger Options Option Description –p port address Emulator only. If you used nondefault switch settings, you must use –p. Switch 1 Switch 2 Option on on –p 220 on off none needed off on –p 300 off off –p 3E0 –s Tells the debugger to load filename’s symbol table only. –t filename Specifies an initialization command file to be used instead of init.cmd.
    [Show full text]
  • TMS34010 User's Guide
    SPVU001 TMS34010 User's Guide Graphics Products TEXAS INSTRUMENTS This page intentionally left blank. TMS34010 User's Guide 4 TEXAS INSTRUMENTS IMPORTANT NOTICE Texas Instruments (TI) reserves the right to make changes in the devices or the device specifications identified in this publication without notice. TI advises its customers to obtain the latest version of device specifications to verify, before placing orders, that the information being relied upon by the customer is current. In the absence of written agreement to the contrary, TI assumes no liability for TI applications assistance, customer's product design, or infringement of pat- ents or copyrights of third parties by or arising from use of semiconductor devices described herein. Nor does TI warrant or represent that any license, either express or implied, is granted under any patent right, copyright, or other intellectual property right of TI covering or relating to any combination, ma- chine, or process in which such semiconductor devices might be or are used. Copyright © 1986, Texas Instruments Incorporated Contents Section Page 1 Introduction 1-1 1.1 TMS34010 Overview 1 - 2 1.2 Key Features 1-3 1.3 Typical Applications 1-4 1.4 Architectural Overview 1-5 1.4.1 Other Special Processing Hardware 1-5 1.4.2 TMS34010 Block Diagram 1-6 1.5 Manual Organization 1-8 1.6 References and Suggested Reading 1 - 10 2 Pin Functions 2-1 2.1 Pinout and Pin Descriptions 2-2 2.2 Host Interface Bus Signals 2-5 2.3 Local Memory Interface Signals 2-7 2.4 Video Timing Signals 2-9 2.5 Hold and
    [Show full text]
  • Graphical Process Unit a New Era
    Nov 2014 (Volume 1 Issue 6) JETIR (ISSN-2349-5162) Graphical Process Unit A New Era Santosh Kumar, Shashi Bhushan Jha, Rupesh Kumar Singh Students Computer Science and Engineering Dronacharya College of Engineering, Greater Noida, India Abstract - Now in present days every computer is come with G.P.U (graphical process unit). The graphics processing unit (G.P.U) has become an essential part of today's mainstream computing systems. Over the past 6 years, there has been a marked increase in the performance and potentiality of G.P.U. The modern G.P.Us is not only a powerful graphics engine but also a deeply parallel programmable processor showing peak arithmetic and memory bandwidth that substantially outpaces its CPU counterpart. The G.P.U's speedy increase in both programmability and capability has spawned a research community that has successfully mapped a broad area of computationally demanding, mixed problems to the G.P.U. This effort in general-purpose computing on the G.P.Us, also known as G.P.U computing, has positioned the G.P.U as a compelling alternative to traditional microprocessors in high-performance computer systems of the future. We illustrate the history, hardware, and programming model for G.P.U computing, abstract the state of the art in tools and techniques, and present 4 G.P.U computing successes in games physics and computational physics that deliver order-of- magnitude performance gains over optimized CPU applications. Index Terms - G.P.U, History of G.P.U, Future of G.P.U, Problems in G.P.U, eG.P.U, Integrated graphics ________________________________________________________________________________________________________ I.
    [Show full text]
  • PC Hardware Contents
    PC Hardware Contents 1 Computer hardware 1 1.1 Von Neumann architecture ...................................... 1 1.2 Sales .................................................. 1 1.3 Different systems ........................................... 2 1.3.1 Personal computer ...................................... 2 1.3.2 Mainframe computer ..................................... 3 1.3.3 Departmental computing ................................... 4 1.3.4 Supercomputer ........................................ 4 1.4 See also ................................................ 4 1.5 References ............................................... 4 1.6 External links ............................................. 4 2 Central processing unit 5 2.1 History ................................................. 5 2.1.1 Transistor and integrated circuit CPUs ............................ 6 2.1.2 Microprocessors ....................................... 7 2.2 Operation ............................................... 8 2.2.1 Fetch ............................................. 8 2.2.2 Decode ............................................ 8 2.2.3 Execute ............................................ 9 2.3 Design and implementation ...................................... 9 2.3.1 Control unit .......................................... 9 2.3.2 Arithmetic logic unit ..................................... 9 2.3.3 Integer range ......................................... 10 2.3.4 Clock rate ........................................... 10 2.3.5 Parallelism .........................................
    [Show full text]
  • Commodore A2410 - U of Lowell High Resolution Graphics Display Board
    Commodore A2410 - U of Lowell High Resolution Graphics Display Board Radosław "Strim" Kujawa (c) Polski Portal Amigowy (www.ppa.pl) Przez cały okres istnienia, firma Commodore wyprodukowała tylko jedną kartę graficzną dla Amigi - A2410. Na dodatek, wsparcie dla niej w systemie AmigaOS było minimalne... Już w czasach, gdy na rynek trafiła Amiga 3000, Commodore zdawało sobie sprawę z ograniczeń układów specjalizowanych Amigi. Chcąc wejść na rynek "profesjonalnych" stacji roboczych, przygotowano A3000UX - wersję A3000 z systemem Amiga UNIX. Wieść gminna niesie, iż właśnie na potrzeby tej nowej, uniksowej Amigi, wspólnie z uniwersytetem w Lowell opracowano kartę, która uzyskała oznaczenie A2410. Trafiła do sprzedaży jako część tego zestawu w roku 1991 - prawdopodobnie była też oferowana jako upgrade wcześniejszego zestawu A2500UX. Można przypuszczać, że była to pierwsza karta graficzna dedykowana dla Amigi. Specyfikacja techniczna A2410 nie powala: stosunkowo niskie rozdzielczości (do 1024x768 w standardowej konfiguracji), obsługa jedynie 8-bitowej głębi koloru (z 24-bitowej palety). Na pierwszy rzut oka, nawet w porównaniu z Retiną Z2 (1992) czy Picasso II (1993) wypada blado. Opis sprzętu A2410 jest kartą Zorro II pełnej długości. Technologia, w której wykonano kartę jest identyczna do tej zastosowanej w A3000 - klasyczny montaż przewlekany, duży stopień upakowania elementów na PCB, spora część układów w podstawkach, pamięci w obudowach ZIP. Trzy duże układy w obudowach PLCC zdradzają, że A2410 nie jest prostą konstrukcją. Na pierwszy rzut oka karta wygląda jak fabryczny element A3000. Ogólnie rzecz biorąc, kawał solidnej roboty. Sercem A2410 jest układ Texas Instruments TMS34010 taktowany 50 MHz, który jest implementacją architektury TIGA ("Texas Instruments Graphics Architecture"). Została ona opracowana w połowie lat osiemdziesiątych i w momencie wejścia na rynek deklasowała wszystkie inne dostępne rozwiązania dla stacji roboczych i komputerów osobistych.
    [Show full text]
  • Blood Code: the History and Future of Video Game Censorship
    BLOOD CODE: THE HISTORY AND FUTURE OF VIDEO GAME CENSORSHIP BY JEFFREY O’HOLLERAN* INTRODUCTION ................................................................................... 571 I. FIRST AMENDMENT BACKGROUND ....................................... 573 II. THE ANALOGOUS HISTORIES OF FILMS AND VIDEO GAMES ....................................................................................... 576 A. Film Controversy and the Formation of the MPAA ................ 576 B. Early Video Game Controversy and the Formation of the ESRB ................................................................................... 580 C. Doom and Columbine ........................................................... 584 D. Jack Thompson and Grand Theft Auto ................................... 586 III. WHY VIDEO GAMES SHOULD NOT BE TREATED DIFFERENTLY THAN FILMS .................................................... 593 A. Violent and Sexual Content in Video Games is Distinguishable from Pornography and Obscenity. .................. 594 B. Violent Game Content is Similar to Violent Film Content. ..... 596 C. Positive Social Aspects of Violent Gaming............................... 597 D. Desensitization Will Lead to a Decrease in Political Outrage. ............................................................................... 604 IV. EXISTING VIDEO GAME JURISPRUDENCE .............................. 605 V. RATINGS AND LABELS AS UNCONSTITUTIONAL CENSORSHIP.............................................................................. 607 CONCLUSION ......................................................................................
    [Show full text]
  • The Future of 3D Graphics Technology: Will the Movies
    The Future of 3D Graphics Technology: Will the Movies Maintain Their Lead on the Desktop? George R. Dicker STS 145 March 18, 2003 Introduction: Creating cinema-quality graphics on desktop computers has always been a dream, but in the years up to and including 2003, it has become a task within reach. A parallel between the video game industry and Hollywood has always existed, with Hollywood generally having the render-time and money to deliver technologies first. A movie may take years to render, but current graphics cards are getting close to delivering "movie- quality" graphics in real-time. This case study attempts to answer some questions about the history and future of dedicated three-dimensional computer graphics hardware. Will movie technology continue its lead on consumer level 3D, always raising the bar for what a "cinema quality" game would require or will the two become indistinguishable? The paper will focus on game technology but will also talk about movies as points of reference. For a desktop computer game to be interchangeable with a Hollywood creation, what takes hours for movies to render will need to be nearly instantaneous on a PC. The problem with the topic of fast moving technology is that it can easily be out of date in six months. To avoid that limitation, this paper will concentrate on the current state of the art technology, but assume that the next technological advancement will be drastically different and hard to predict. The paper will also include information about future technologies and their possible ramifications. Early Graphics History: The history of three-dimensional computer graphics begins before it became available to the public through the movies or later in video games.
    [Show full text]
  • Arcadehistory
    Jed Margolin Serial Number: 11/130,939 Filed: 05/17/2005 Sheet 82 of 88 Examiner: Phung M. Chung Art Unit: 2117 Appendix D From: http://www.arcade-history.com/?n=hard-drivin'&page=detail&id=1083 arcadehistory Earth’s biggest coin-operated machine database ...featuring 19051 machines [Video Game] Hard Drivin' © Atari Games (1988) DESCRIPTION GENRES : Driving Type of the machine : Video Game Hard Drivin' © 1988 Atari Games. Slide into the contoured seat and adjust it to fit the length of your arms and legs. Put your feet on gas and clutch pedals and try the stick shift. Select manual or automatic transmission, turn the ignition key and you're off! It’s the ride of your life. You feel the tires grip the road when you take a wide turn at high speed. You're alerted to the smallest change in the road by the feedback steering. You catch air as you fly the draw bridge and land on the down ramp. You control the car as it holds the road on the dizzying vertical loop. Jed Margolin Serial Number: 11/130,939 Filed: 05/17/2005 Sheet 83 of 88 Examiner: Phung M. Chung Art Unit: 2117 Hard Drivin' might look like an arcade game but it drives like a real car. For the best lap times, drive Hard Drivin' as if it were a real car. The main difference between Hard Drivin' and a real car is that Hard Drivin' is much safer to drive. A player can test the limits of our car and his skill with no risk of personal injury, and follow a course that does not exist anywhere m the real world.
    [Show full text]
  • United States Patent (19) 11 Patent Number: 5,440,749 Moore Et Al
    USOO544O749A United States Patent (19) 11 Patent Number: 5,440,749 Moore et al. 45 Date of Patent: Aug. 8, 1995 54 HIGH PERFORMANCE, LOW COST 4,713,749 12/1987 Magar et al. ........................ 395/375 MCROPROCESSOR ARCHITECTURE 4,714,994 12/1987 Oklobdzija et al. ................ 395/375 4,720,812 1/1988 Kao et al. ............................ 395/700 75 Inventors: Charles H. Moore, Woodside; 4,772,888 9/1988 Kimura .......... ... 340/825.5 Russell H. Fish, III, Mt. View, both 4,777,591 10/1988 Chang et al. ........................ 395/800 of Calif. 4,787,032 11/1988 Culley et al. ........................ 364/200 - 4,803,621 2/1989 Kelly ................................... 395/400 (73) Assignee: Nanotronics Corporation, Eagle 4,860,198 8/1989 Takenaka ... ... 364/DIG. Point, Oreg. 4,870,562 9/1989 Kimoto ...... ... 364/DIG. 1 4,931,986 6/1990 Daniel et al. ........................ 395/550 21 Appl. No.: 389,334 5,036,460 7/1991 Takahira ............................. 395/425 22 Filed: Aug. 3, 1989 5,070,451 12/1991 Moore et al. ....................... 395/375 5,127,091 6/1992 Bonfarah ............................. 395/375 511 Int. Cl'................................................ GO6F 9/22 52 U.S. Cl. .................................... 395/800; 364/931; OTHER PUBLICATIONS 364/925.6; 364/937.1; 364/965.4; (2. Intel 80386 Programmer's Reference Manual, 1986. 58) Field of Search ................ 395/425,725,775, 800 Attorney,Primary ExaminerAgent, or Firm-CooleyDavid Y. Eng Godward Castro 56) References Cited Huddleson & Tatum U.S. PATENT DOCUMENTS 57 ABSTRACT 3,603,934 9/1971 Heath ........................... 364/DIG. 4,003,033 1/1977 O'Keefe et al.
    [Show full text]
  • Software a Lications Swimming in the Relational Lake
    r $3.95 April-May 1987 Software A lications Swimming In The Relational Lake . .................... 14 Designing relational databases. Expert System. ................... ............ ... .... 22 Gary designs an expert system with Prolog. Nasty Software ................................. .. .. .. 82 A plague of new programs in the public domain. Hardware Applications - Controlling The Real World ............................. 6 Build an 8-channel temperature scanner. The Bleeping PC ......................... .... ... ... 30 Stra nge noises fro m clonal counters. Who's Making Great Hard Drives ...................... 44 Read before you purchase your next hard drive. Changing the Picture ............................~ ...... 86 Super graphics from a new graphics processo r. o $3.95 April-May 1987 No. 35 p~~ :~::.J ~::.:~ UJ III <..: ):1 >:~. :::1 ill t:) i:'/ r:J :::: Software A~lications I:J ..... j'TJ ::1:) :".~~ ~ t 0.1 • : L> t~:J ~.;~: t "':1 :!:~: t:'l Swimming In The Relational Lake ...................... 14 :1.'., Designing relational databases. I . Expert System ......................................... 22 :.~ I it. l.n Gary designs an expert system with Prolog. :u Nasty Software ........................................ 82 A plague of new programs in the public domain. Hardware Applications Controlling The Real World ............................. 6 Build an 8-channel temperature scanner. The Bleeping PC ...................................... 30 Strange noises from clonal counters. -.j" Who's Making Great Hard Orives .....................
    [Show full text]
  • Architecture 2 CPU, DSP, GPU, NPU Contents
    Architecture 2 CPU, DSP, GPU, NPU Contents 1 Central processing unit 1 1.1 History ................................................. 1 1.1.1 Transistor CPUs ....................................... 2 1.1.2 Small-scale integration CPUs ................................. 3 1.1.3 Large-scale integration CPUs ................................. 3 1.1.4 Microprocessors ....................................... 4 1.2 Operation ............................................... 4 1.2.1 Fetch ............................................. 5 1.2.2 Decode ............................................ 5 1.2.3 Execute ............................................ 5 1.3 Structure and implementation ..................................... 5 1.3.1 Control unit .......................................... 6 1.3.2 Arithmetic logic unit ..................................... 6 1.3.3 Memory management unit .................................. 6 1.3.4 Integer range ......................................... 6 1.3.5 Clock rate ........................................... 7 1.3.6 Parallelism .......................................... 8 1.4 Performance .............................................. 11 1.5 See also ................................................ 11 1.6 Notes ................................................. 11 1.7 References ............................................... 12 1.8 External links ............................................. 13 2 Digital signal processor 14 2.1 Overview ............................................... 14 2.2 Architecture .............................................
    [Show full text]