ebook img

FPGAs: Instant Access PDF

217 Pages·2008·1.19 MB·English
Save to my drive
Quick download
Download
Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.

Preview FPGAs: Instant Access

FPGAs: Instant Access The Newnes Instant Access Series FPGAs: Instant Access Clive Maxfield ISBN-13: 978-0-7506-8974-8 Digital Video and DSP: Instant Access Keith Jack ISBN-13: 978-0-7506-8975-5 Digital Signal Processing: Instant Access James D. Broesch ISBN-13: 978-0-7506-8976-2 For more information on these and other Newnes titles visit: FPGAs: Instant Access Clive “ Max ” Maxfield AMSTERDAM•BOSTON•HEIDELBERG•LONDON NEWYORK •OXFORD•PARIS•SANDIEGO SANFRANCISCO •SINGAPORE•SYDNEY•TOKYO NewnesisanimprintofElsevier Newnes is an imprint of Elsevier 30 Corporate Drive, Suite 400, Burlington, MA 01803, USA Linacre House, Jordan Hill, Oxford OX2 8DP, UK Copyright © 2008, Elsevier Ltd. All rights reserved. Exception: Certain materials contained herein are reprinted with the permission of Microchip Technology Incorporated. No further reprints or reproductions may be made of said materials without Microchip Technology Inc.’s prior written consent. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Permissions may be sought directly from Elsevier’s Science & Technology Rights Department in Oxford, UK: phone: ((cid:2) 44) 1865 843830, fax: ( (cid:2) 44) 1865 853333, E-mail: [email protected] . You may also complete your request online via the Elsevier homepage ( http://elsevier.com ), by selecting “ Support & Contact ” then “ Copyright and Permission ” and then “ Obtaining Permissions. ” Recognizing the importance of preserving what has been written, Elsevier prints its books on acid-free paper whenever possible. Library of Congress Cataloging-in-Publication Data Maxfield, Clive, 1957- FPGAs : instant access / Clive Maxfield. p. cm. — (The Newnes instant access series) Includes index. ISBN 978-0-7506-8974-8 (alk. paper) 1. Field programmable gate arrays. I. Title. TK7895.G36M392 2008 621.39(cid:3)5—dc22 2008021368 British Library Cataloguing-in-Publication Data A catalogue record for this book is available from the British Library. ISBN: 978-0-7506-8974-8 For information on all Newnes publications visit our Web site at: w ww.books.elsevier.com 08 09 10 11 12 13 10 9 8 7 6 5 4 3 2 1 Typeset by Charon Tec Ltd., A Macmillan Company (www.macmillansolutions.com) Contents About the Author xi 1. The Fundamentals Why Use FPGAS? 1 Applications 3 Some Technology Background 4 Fusible-link Technology 4 FPGA Programming Technologies 7 Instant Summary 12 2. FPGA Architectures More on Programming Technologies 14 SRAM-based Devices 14 Antifuse-based Devices 16 E2PROM/FLASH-based Devices 17 Hybrid FLASH-SRAM Devices 18 Fine-, Medium-, and Coarse-grained Architectures 18 Logic Blocks 19 MUX-based 19 LUT-based 20 LUT versus Distributed RAM versus SR 22 CLBs versus LABs versus Slices 23 Logic Cells/Logic Elements 24 Slicing and Dicing 24 CLBs and LABs 25 Distributed RAMs and Shift Registers 26 Embedded RAMs 27 Embedded Multipliers, Adders, etc. 27 Embedded Processor Cores 29 Hard Microprocessor Cores 30 Soft Microprocessor Cores 31 Clock Managers 32 Clock Trees 32 Clock Managers 33 vi Contents General-purpose I/O 36 Confi gurable I/O Standards 36 Confi gurable I/O Impedances 37 Core versus I/O Supply Voltages 37 Gigabit Transceivers 38 Multiple Standards 39 Intellectual Property (IP) 40 Handcrafted IP 41 IP Core Generators 43 System Gates versus Real Gates 44 Instant Summary 47 3. Programming (Confi guring) an FPGA Confi guration Cells 50 Antifuse-based FPGAS 51 SRAM-based FPGAS 51 Programming Embedded (Block) RAMs, Distributed RAMs, etc. 52 Multiple Programming Chains 53 Quickly Reinitializing the Device 53 Using the Confi guration Port 53 Serial Load with FPGA as Master 54 Parallel Load with FPGA as Master 55 Parallel Load with FPGA as Slave 56 Serial Load with FPGA as Slave 57 Using the JTAG Port 58 Using an Embedded Processor 59 Instant Summary 60 4. FPGA vs. ASIC Designs When You Switch from ASIC to FPGA Design, or Vice Versa 62 Coding Styles 62 Pipelining and Levels of Logic 62 Levels of Logic 64 Asynchronous Design Practices 65 Asynchronous Structures 65 Combinational Loops 65 Delay Chains 65 Clock Considerations 65 Clock Domains 65 Clock Balancing 65 Clock Gating versus Clock Enabling 66 Contents vii PLLs and Clock Conditioning Circuitry 66 Reliable Data Transfer across Multiclock Domains 66 Register and Latch Considerations 67 Latches 67 Flip-fl ops with both “Set” and “Reset” Inputs 67 Global Resets and Initial Conditions 67 Resource Sharing (Time-Division Multiplexing) 67 Use It or Lose It! 67 But Wait, There’s More 68 State Machine Encoding 68 Test Methodologies 69 Migrating ASIC Designs to FPGAs and Vice Versa 69 Alternative Design Scenarios 69 Instant Summary 73 5. “Traditional” Design Flows Schematic-based Design Flows 76 Back-end Tools like Layout 81 CAE (cid:2) CAD (cid:4) EDA 81 A Simple (early) Schematic-driven ASIC Flow 81 A Simple (early) Schematic-driven FPGA Flow 83 Flat versus Hierarchical Schematics 86 Schematic-driven FPGA Design Flows Today 88 HDL-based Design Flows 89 Advent of HDL-based Flows 89 A Plethora of HDLs 96 Points to Ponder 103 Instant Summary 106 6. Other Design Flows C/C(cid:2)(cid:2)-based Design Flows 108 C versus C(cid:2)(cid:2) and Concurrent versus Sequential 110 SystemC-based Flows 112 Augmented C/C(cid:2)(cid:2)-based Flows 117 Pure C/C(cid:2)(cid:2)-based Flows 120 Different Levels of Synthesis Abstraction 123 Mixed-language Design and Verifi cation Environments 124 DSP-Based Design Flows 125 Alternative DSP Implementations 126 FPGA-centric Design Flows for DSPs 131 Mixed DSP and VHDL/Verilog etc. Environments 139 viii Contents Embedded Processor-based Design Flows 140 Hard versus Soft Cores 142 Partitioning a Design into Its Hardware and Software Components 145 Using an FPGA as Its Own Development Environment 147 Improving Visibility in the Design 147 A Few Coverifi cation Alternatives 148 Instant Summary 153 7. Using Design Tools Simulation Tools 156 Event-driven Logic Simulators 156 Logic Values and Different Logic Value Systems 158 Mixed-language Simulation 159 Alternative Delay Formats 160 Cycle-based Simulators 163 Choosing a Logic Simulator 165 Synthesis (Logic/HDL versus Physically Aware) 166 Logic/HDL Synthesis Technology 166 Physically Aware Synthesis Technology 167 Retiming, Replication, and Resynthesis 168 Timing Analysis 169 Static Timing Analysis 169 Statistical Static Timing Analysis 170 Verifi cation in General 171 Verifi cation IP 171 Verifi cation Environments and Creating Testbenches 173 Analyzing Simulation Results 174 Formal Verifi cation 174 Different Flavors of Formal Verifi cation 174 Terminology and Defi nitions 176 Alternative Assertion/Property Specifi cation Techniques 178 Static Formal versus Dynamic Formal 179 Miscellaneous 182 HDL to C Conversion 182 Code Coverage 182 Performance Analysis 183 Instant Summary 184 8. Choosing the Right Device Choosing 185 Technology 187 Contents ix Basic Resources and Packaging 187 General-purpose I/O Interfaces 188 Embedded Multipliers, RAMs, etc. 188 Embedded Processor Cores 189 Gigabit I/O Capabilities 189 IP Availability 189 Speed Grades 190 Future FPGA Developments 191 Instant Summary 196 Index 197

Description:
FPGAs are central to electronic design! The engineers designing these devices are in need of essential information at a moment's notice. The Instant Access Series provides all the critical content that a computer design engineer needs in his or her daily work. This book provides an introduction to F
See more

The list of books you might like

Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.