Low-Complexity Decoding Algorithms and Architectures for Non-Binary Ldpc Codes

Total Page:16

File Type:pdf, Size:1020Kb

Low-Complexity Decoding Algorithms and Architectures for Non-Binary Ldpc Codes LOW-COMPLEXITY DECODING ALGORITHMS AND ARCHITECTURES FOR NON-BINARY LDPC CODES by FANG CAI Submitted in partial fulfillment of the requirements For the degree of Doctor of Philosophy Thesis Adviser: Dr. Xinmiao Zhang Department of Electrical Engineering and Computer Science CASE WESTERN RESERVE UNIVERSITY August, 2013 CASE WESTERN RESERVE UNIVERSITY SCHOOL OF GRADUATE STUDIES We hereby approve the thesis/dissertation of Fang Cai ______________________________________________________ Doctor of Philosophy candidate for the ________________________________degree *. Xinmiao Zhang (signed)_______________________________________________ (chair of the committee) Christos Papachristou ________________________________________________ Daniel Saab ________________________________________________ Francis Merat ________________________________________________ ________________________________________________ ________________________________________________ 06/13/2013 (date) _______________________ *We also certify that written approval has been obtained for any proprietary material contained therein. Table of Contents List of Tables v List of Figures vi Acknowledgments viii Abstract x Chapter 1. Introduction 1 1.1 Summary of Contributions .................... 5 1.1.1 Relaxed Min-max Decoding Algorithm and Architecture 5 1.1.2 Enhanced Iterative Hard Reliability-based Majority-logic Decoding Algorithm and Architectures .......... 5 1.1.3 Power Representation Based Decoding Algorithm and Ar- chitecture .......................... 7 1.2 Outline of the Thesis ....................... 8 Chapter 2. NB-LDPC Decoding Algorithms 10 2.1 Existing Works for Belief Propagation Algorithm ........ 10 2.1.1 Belief-propagation Algorithm ............... 10 2.1.2 FFT-based Decoder .................... 10 2.1.3 Mixed Domain Decoder .................. 11 2.2 Extended Min-sum (EMS) Algorithm .............. 11 2.2.1 Existing works based on EMS algorithm ......... 11 2.2.2 Dataflow of EMS algorithm ................ 12 2.2.3 Simplified Min-sum algorithm ............... 14 2.3 Min-max Algorithm ........................ 15 2.3.1 Existing works based on Min-max algorithm ....... 15 2.3.2 Dataflow of Min-max algorithm .............. 16 ii 2.3.3 Boundary tracking based check node processing for Min- max algorithm ....................... 17 2.3.4 Path construction based check node processing for Min- max algorithm ....................... 18 2.4 Error Correcting Performance of Extended Min-sum and Min- max algorithm ........................... 24 2.5 The IHRB-MLGD and ISRB-MLGD Algorithm ........ 28 2.6 Error Correcting Performance of IHRB-MLGD and ISRB-MLGD Algorithm ............................. 31 2.7 Layered Decoding ......................... 34 Chapter 3. Relaxed Min-max Decoding Algorithm and Archi- tecture 35 3.1 Introduction ............................ 35 3.2 Relaxed Min-max Check Node Processing ............ 36 3.2.1 Relaxed Min-max Check Node Processing ........ 38 3.2.2 Simplified Relaxed Min-max Check Node Processing . 45 3.3 Relaxed Min-max CNU Architecture .............. 53 3.3.1 Reordering Network and Min1 Selector .......... 54 3.3.2 Trellis Basis Constructor ................. 54 3.3.3 Minimum Basis Constructor ............... 58 3.3.4 Basis Recovery Module .................. 61 3.4 Simplified Min-max NB-LDPC Decoder Architecture ..... 65 3.4.1 Top Level Decoder Architecture ............. 66 3.4.2 Computation Scheduling .................. 70 3.5 Complexity Analyses and Comparisons ............. 71 3.6 Summary .............................. 74 Chapter 4. Enhanced Iterative Hard Reliability-based Majority- logic Decoding Algorithm and Architecure 78 4.1 Introduction ............................ 78 4.2 Enhanced IHRB-MLGD Algorithm ............... 79 4.3 Partial-parallel Architectures for IHRB-MLGD ......... 87 4.3.1 IHRB-MLGD Architecture for QCNB-LDPC Codes . 87 iii 4.3.2 IHRB-MLGD Architecture for Cyclic NB-LDPC Codes 90 4.4 Partial-parallel Architectures for E-IHRB-MLGD ........ 97 4.4.1 Extra storage ........................ 99 4.4.2 Selector ........................... 100 4.4.3 VNU modification ..................... 101 4.5 Complexity Analyses and Comparisons ............. 102 4.6 Summary .............................. 110 Chapter 5. Power Representation Based Decoding Algorithm and Architecture 114 5.1 Introduction ............................ 114 5.2 Check Node Processing for the Min-max Algorithm ...... 115 5.2.1 Min-max Check Node Processing Based on Power Repre- sentation .......................... 115 5.2.2 Min-max CNU Architectures Based on Power Represen- tation ............................ 119 5.2.3 Reducing Shifting Latency Overhead ........... 124 5.3 Check Node Processing for the SMSA .............. 125 5.3.1 SMSA Check Node Processing Based on Power Represen- tation ............................ 126 5.3.2 SMSA CNU Architecture Based on Power Representation 128 5.4 Complexity Comparisons ..................... 132 5.5 Summary .............................. 136 Chapter 6. Conclusions and Future Research 137 6.1 Conclusions ............................ 137 6.2 Future Research .......................... 138 Bibliography 140 iv List of Tables 3.1 Example of Algorithm F ..................... 42 3.2 Example for Function Φ ..................... 49 3.3 Example for Function Θ ..................... 51 3.4 Configurations and sizes of memories .............. 76 3.5 CNU complexities for (837, 726) QCNB-LDPC code ...... 77 3.6 Decoder complexities for (837, 726) QCNB-LDPC code .... 77 4.1 Word lengths of reliability measures used in simulations .... 84 4.2 Extra variables need to be stored to implement E-IHRB-MLGD 98 4.3 Extra value updating in the E-IHRB decoding ......... 101 4.4 NB-LDPC decoder complexities ................. 111 4.5 Generalized complexity analyses for IHRB and E-IHRB decoders112 4.6 FPGA Implementation results of (403, 226) QCNB-LDPC de- coders on Xilinx Virtex-5 XC5VLX200t Device ......... 113 4.7 Synthesis results using SMIC 0.18μm CMOS technology . 113 5.1 Latency overhead reduction examples for codes over GF (32) . 125 5.2 Finite field element additions over GF (8) for Step I3a ..... 129 5.3 Finite field element additions over GF (8) for Step I3b ..... 130 5.4 Synthesis results of the Min-max CNUs in Fig. 5.1 and [1] using IBM 90nm CMOS Technology .................. 132 5.5 Synthesis results for Min-max CNUs over GF (8) using IBM 90nm CMOS Technology ..................... 134 5.6 Synthesis results for K = 4 SMSA CNUs over GF (32) with 90nm CMOS Technology ..................... 135 v List of Figures 2.1 Trellis of variable-to-check messages ............... 21 2.2 FERs of a (744, 653) NB-LDPC code over GF (25) and a (3683, 3175) binary LDPC code under AWGN channel ........ 25 2.3 BERs of a (744, 653) NB-LDPC code over GF (25) and a (3683, 3175) binary LDPC code under AWGN channel ........ 26 2.4 FERs of a (248, 124) NB-LDPC code over GF (25) and a (1270, 635) binary LDPC code under AWGN channel ......... 27 2.5 BERs of a (248, 124) NB-LDPC code over GF (25) and a (1270, 635) binary LDPC code under AWGN channel ......... 28 2.6 FER of a (837, 726) QCNB-LDPC code over GF (25) with 15 iterations and nm =16...................... 29 2.7 WERs of NB-LDPC decoding for a (255, 175) cyclic EG code over GF (28)............................ 32 2.8 WERs of NB-LDPC decoding for a (403, 226) QC code over GF (25)............................... 33 3.1 Trellises of variable-to-check messages: (a) original trellis; (b) reordered trellis .......................... 37 3.2 FERs of a (837, 726) QCNB-LDPC code over GF (25) and a (4191, 3602) binary LDPC with 15 decoding iterations under the AWGN channel ........................ 43 3.3 FERs of a (248, 137) QCNB-LDPC code over GF (25) and a (1270, 652) binary LDPC with 15 decoding iterations under the AWGN channel .......................... 44 3.4 Architecture of trellis basis constructor ............. 55 3.5 Architecture of minimum basis constructor ........... 58 3.6 Architecture of basis recovery module .............. 62 3.7 Top level architecture of QCNB-LDPC decoder ........ 66 3.8 Scheduling of the computations in the decoding process .... 71 4.1 WERs of the E-IHRB-MLGD for a (255, 175) cyclic EG code over GF (28)............................ 84 vi 4.2 WERs of the E-IHRB-MLGD for a (403, 226) QC code over GF (25)............................... 85 4.3 (a) IHRB-MLGD architecture for QCNB-LDPC codes (b) VNU architecture when all q messages are kept ............ 88 4.4 IHRB-MLGD architecture for cyclic NB-LDPC codes ..... 90 4.5 Computation scheduling in IHRB-MLGD for cyclic codes . 91 4.6 VNU architecture when nm <qmessages are kept . .... 94 4.7 E-IHRB-MLGD architecture for cyclic NB-LDPC codes .... 99 4.8 Architecture for the selector ................... 100 4.9 VNU architecture modification .................. 101 5.1 Proposed CNU modified from [1] for GF (8).......... 119 5.2 Proposed CNU modified from [2] for GF (8).......... 122 5.3 Proposed architecture for the SMSA over GF (8)........ 128 vii Acknowledgments First and foremost, I wish to thank my advisor, Professor Xinmiao Zhang, for her guidance and support throughout my studies and research at Case Western Reserve University. I am very grateful for her recognition, in- spiration, and the exposure and opportunities that I have received during the course of my study. I would also like to thank Professor Christos Papachristou, Professor Daniel Saab and Professor Francis Merat for their support as members of my defense committee. I am also grateful to Prof.
Recommended publications
  • Design of 8-Bit Arithmetic Processor Unit Based on Reversible Logic by A
    Global Journal of Researches in Engineering Electrical and Electronics Engineering Volume 13 Issue 10 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN: 2249-4596 & Print ISSN: 0975-5861 Design of 8-Bit Arithmetic Processor Unit based on Reversible Logic By A. Kamaraj, C. Kalyana Sundaram & J. Senthil Kumar Mepco Schlenk Engineering College, India Abstract - Reversible logic is emerging as an important research area in the recent years due to its ability to reduce the power dissipation, which is the main requirement in low power digital design. Energy dissipation is proportional to the number of bits lost during computation. The reversible circuits do not lose information and can generate unique outputs from specified inputs and vice versa. It has application in diverse fields such as low power CMOS design, optical information processing, cryptography, quantum computation and nanotechnology. This paper proposes a reversible design of an 8 -bit arithmetic processor. The architecture of the processor has been proposed, in which, each block is realized using reversible logic gates. The important blocks of the processor are control unit, arithmetic and logical unit and register file. Each module has been coded using Verilog then simulated using Modelsim and prototyped in Xilinx- Spartan 3E. Keywords : reversible logic, reversible gate, FPGA, xilinx. GJRE-F Classification : FOR Code: 290901 Design of 8-Bit ArithmeticProcessor Unit based on ReversibleLogic Strictly as per the compliance and regulations of : © 2013. A. Kamaraj, C. Kalyana Sundaram & J. Senthil Kumar. This is a research/review paper, distributed under the terms of the Creative Commons Attribution-Noncommercial 3.0 Unported License http://creativecommons.org/licenses/by-nc/3.0/), permitting all non commercial use, distribution, and reproduction in any medium, provided the original work is properly cited.
    [Show full text]
  • Computer Architecture (BCA Part-I)
    Biyani's Think Tank Concept based notes Computer Architecture (BCA Part-I) Micky Haldya Revised By: Jyoti Sharma Deptt. of Information Technology Biyani Girls College, Jaipur 2 Published by : Think Tanks Biyani Group of Colleges Concept & Copyright : Biyani Shikshan Samiti Sector-3, Vidhyadhar Nagar, Jaipur-302 023 (Rajasthan) Ph : 0141-2338371, 2338591-95 Fax : 0141-2338007 E-mail : [email protected] Website :www.gurukpo.com; www.biyanicolleges.org ISBN: 978-93-81254-38-0 Edition : 2011 Price : While every effort is taken to avoid errors or omissions in this Publication, any mistake or omission that may have crept in is not intentional. It may be taken note of that neither the publisher nor the author will be responsible for any damage or loss of any kind arising to anyone in any manner on account of such errors and omissions. Leaser Type Setted by : Biyani College Printing Department For More Details: - www.gurukpo.com Computer Architecture 3 Preface am glad to present this book, especially designed to serve the needs of the I students. The book has been written keeping in mind the general weakness in understanding the fundamental concepts of the topics. The book is self-explanatory and adopts the “Teach Yourself” style. It is based on question-answer pattern. The language of book is quite easy and understandable based on scientific approach. Any further improvement in the contents of the book by making corrections, omission and inclusion is keen to be achieved based on suggestions from the readers for which the author shall be obliged. I acknowledge special thanks to Mr.
    [Show full text]
  • Address Decoding Large-Size Binary Decoder: 28-To-268435456 Binary Decoder for 256Mb Memory
    Embedded System 2010 SpringSemester Seoul NationalUniversity Application [email protected] Dept. ofEECS/CSE ower Naehyuck Chang P 4190.303C ow- L Introduction to microprocessor interface mbedded aboratory E L L 1 P L E Harvard Architecture Microprocessor Instruction memory Input: address from PC ARM Cortex M3 architecture Output: instruction (read only) Data memory Input: memory address Addressing mode Input/output: read/write data Read or write operand Embedded Low-Power 2 ELPL Laboratory Memory Interface Interface Address bus Data bus Control signals (synchronous and asynchronous) Fully static read operation Input Memory Output Access control Embedded Low-Power 3 ELPL Laboratory Memory Interface Memory device Collection of memory cells: 1M cells, 1G cells, etc. Memory cells preserve stored data Volatile and non-volatile Dynamic and static How access memory? Addressing Input Normally address of the cell (cf. content addressable memory) Memory Random, sequential, page, etc. Output Exclusive cell access One by one (cf. multi-port memory) Operations Read, write, refresh, etc. RD, WR, CS, OE, etc. Access control Embedded Low-Power 4 ELPL Laboratory Memory inside SRAM structure Embedded Low-Power 5 ELPL Laboratory Memory inside Ports Recall D-FF 1 input port and one output port for one cell Ports of memory devices Large number of cells One write port for consistency More than one output ports allow simultaneous accesses of multiple cells for read Register file usually has multiple read ports such as 1W 3R Memory devices usually has one read
    [Show full text]
  • Modeling and Implementation of a 6-Bit, 50Mhz Pipelined ADC in CMOS
    Qazi Omar Farooq Omar Qazi Modeling and Implementation of A 6- Bit, 50MHz Pipelined ADC in CMOS Master’s Thesis Modeling and Implementation of A 6-Bit, 50MHz Pipelined ADC in CMOS Qazi Omar Farooq Series of Master’s theses Department of Electrical and Information Technology LU/LTH-EIT 2016-549 http://www.eit.lth.se Department of Electrical and Information Technology, Faculty of Engineering, LTH, Lund University, 2016. Master’s Thesis Modeling and Implementation of A 6- Bit, 50MHz Pipelined ADC in CMOS By QAZI OMAR FAROOQ Department of Electrical and Information Technology Faculty of Engineering, LTH, Lund University SE-221 00 Lund, Sweden Abstract The pipelined ADC is a popular Nyquist-rate data converter due to its attractive feature of maintaining high accuracy at high conversion rate with low complexity and power consumption. The rapid growth of its application such as mobile system, digital video and high speed data acquisition is driving the pipelined ADC design towards higher speed, higher precision with lower supply voltage and power consumption. This thesis project aims at modeling and implementation of a pipelined ADC with high speed and low power consumption. 2 Acknowledgements First of all, I would like to thank Almighty ALLAH for giving me the strength to complete this work. My supervisor Mr. Xiaodong Liu needs a big appreciation here because he helped me at every stage of my work. Whenever I found myself stuck in a problem he helped me and gave me some very useful suggestion which proved very helpful to me. Without his constant support and guidance this work wouldn’t be completed.
    [Show full text]
  • Unit-4 Combinational Logic Design
    UNIT-4 COMBINATIONAL LOGIC DESIGN DECODERS: A decoder is a multiple-input, multiple-output logic circuit that converts coded inputs into coded outputs, where the input and output codes are different. The input code generally has fewer bits than the output code, and there is a one-to one mapping from input code words into output code words. In a one-to-one mapping, each input code word produces a different output code word. The general structure of a decoder circuit is shown in Figure 1. The enable inputs, if present, must be asserted for the decoder to perform its normal mapping function. Otherwise, the decoder maps all input code words into a single, ―disabled,‖ output code word. The most commonly used output code is a 1-out-of-m code, which contains m bits, where one bit is asserted at any time. Thus, in a 1-out-of-4 code with active-high outputs, the code words are 0001, 0010, 0100, and 1000. With active-low outputs, the code words are 1110, 1101, 1011, and 0111. BINARY DECODERS The most common decoder circuit is an n-to-2n decoder or binary decoder. Such a decoder has an n-bit binary input code and a 1-out-of-2n output code. A binary decoder is used when you need to activate exactly one of 2n outputs based on an n- bit input value. Table 1 is the truth table of a 2-to-4 decoder. The input code word I1,I0 represents an integer in the range 0–3. The output code word Y3,Y2,Y1,Y0 has Yi equal to 1 if and only if the input code word is the binary representation of i and the enable input EN is 1.
    [Show full text]
  • Regular Low-Density Parity-Check Code Decoder
    EURASIP Journal on Applied Signal Processing 2003:6, 530–542 c 2003 Hindawi Publishing Corporation An FPGA Implementation of (3, 6)-Regular Low-Density Parity-Check Code Decoder Tong Zhang Department of Electrical, Computer, and Systems Engineering, Rensselaer Polytechnic Institute, Troy, NY 12180, USA Email: [email protected] Keshab K. Parhi Department of Electrical and Computer Engineering, University of Minnesota, Minneapolis, MN 55455, USA Email: [email protected] Received 28 February 2002 and in revised form 6 December 2002 Because of their excellent error-correcting performance, low-density parity-check (LDPC) codes have recently attracted a lot of attention. In this paper, we are interested in the practical LDPC code decoder hardware implementations. The direct fully parallel decoder implementation usually incurs too high hardware complexity for many real applications, thus partly parallel decoder design approaches that can achieve appropriate trade-offs between hardware complexity and decoding throughput are highly desirable. Applying a joint code and decoder design methodology, we develop a high-speed (3,k)-regular LDPC code partly parallel decoder architecture based on which we implement a 9216-bit, rate-1/2(3, 6)-regular LDPC code decoder on Xilinx FPGA device. This partly parallel decoder supports a maximum symbol throughput of 54 Mbps and achieves BER 10−6 at 2 dB over AWGN channel while performing maximum 18 decoding iterations. Keywords and phrases: low-density parity-check codes, error-correcting coding, decoder, FPGA. 1. INTRODUCTION decoding messages are iteratively computed on each variable In the past few years, the recently rediscovered low-density node and check node and exchanged through the edges be- parity-check (LDPC) codes [1, 2, 3] have received a lot of at- tween the neighboring nodes.
    [Show full text]
  • School of Electrical & Computer Engineering Purdue University
    School of Electrical & Computer Engineering ECE 270 Lecture Module 2 Purdue University, College of Engineering Spring 2019 Edition Purdue IM:PACT* Spring 2019 Edition *Instruction Matters: Purdue Academic Glossary of Common Terms Course Transformation DISCRETE LOGIC – a circuit constructed using small-scale integrated (SSI) and medium-scale integrated (MSI) logic devices (NAND gates, decoders, Introduction to Digital System Design multiplexers, etc.) PROGRAMMABLE LOGIC DEVICE (PLD) – an integrated circuit onto which a generic logic circuit can be programmed (and subsequently erased and re-programmed) GENERIC ARRAY LOGIC (GAL) –a (legacy) flash memory based PLD, which is typically erased and re-programmed out- Module 2 of-circuit Combinational Logic Circuits COMPLEX PLD (CPLD) – large flash memory based PLD that is programmable in-circuit 2 Glossary of Common Terms Module 2 isp (IN-SYSTEM PROGRAMMING) –prefix Learning Outcome: “An ability to analyze and design used on CPLDs that can be erased and re- combinational logic circuits” programmed in-circuit A. Combinational Circuit Analysis and Synthesis FIELD PROGRAMMABLE GATE ARRAY B. Mapping and Minimization (FPGA) – an SRAM-based PLD that can be C. Timing Hazards programmed in-circuit (no need to “erase” D. XOR/XNOR Functions since SRAM-based) E. Programmable Logic Devices ADVANCED BOOLEAN EXPRESSION F. Hardware Description Languages LANGUAGE (ABEL) – a “classic” hardware G. Combinational Building Blocks: Decoders description language (HDL) for specifying the behavior of PLDs H. Combinational Building Blocks: Encoders and Tri-State Outputs I. Combinational Building Blocks: Multiplexers VHDL and VERILOG – advanced hardware J. Top Level Modules simulation and description languages 3 4 Purdue IM:PACT* Spring 2019 Edition Reading Assignment: *Instruction Matters: Purdue Academic th th Course Transformation DDPP 4 Ed.
    [Show full text]
  • Certification of an Instruction Set Simulator Xiaomu Shi
    Certification of an Instruction Set Simulator Xiaomu Shi To cite this version: Xiaomu Shi. Certification of an Instruction Set Simulator. Embedded Systems. Université de Greno- ble, 2013. English. NNT : 2013GRENM075. tel-00937524v2 HAL Id: tel-00937524 https://tel.archives-ouvertes.fr/tel-00937524v2 Submitted on 28 Jun 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. THÈSE Pour obtenir le grade de DOCTEUR DE L’UNIVERSITÉ DE GRENOBLE Spécialité : Informatique Arrêté ministérial : 7 août 2006 Présentée par Xiaomu SHI Thèse dirigée par Jean-François MONIN et codirigée par Vania JOLOBOFF préparée au sein de VERIMAG et de Mathématiques, Sciences et Technologies de l’Information, Informatique Certification of an Instruction Set Simulator Thèse soutenue publiquement le 10 juillet 2013, devant le jury composé de : M. Yves Bertot Directeur de Recherche, INRIA Sophia-Antipolis, Examinateur Mme Sandrine Blazy Professeur, IRISA, Rapporteur M. Vania Joloboff Directeur de Recherche, LIAMA, Co-Directeur de thèse M. Xavier Leroy Directeur de Recherche, INRIA Rocquencourt, Examinateur M. Laurent Maillet-Contoz Ingénieur, STMicroelectronics, Examinateur M. Claude Marché Directeur de Recherche, INRIA Saclay - Île-de-France et LRI, Rapporteur M. Jean-François Monin Professeur, Université de Grenoble 1 UJF, Directeur de thèse M.
    [Show full text]
  • Unit Iii Combinational Logic Design
    Digital System Design UNIT III COMBINATIONAL LOGIC DESIGN Decoders: A decoder is a multiple-input, multiple-output logic circuit that converts coded inputs into coded outputs, where the input and output codes are different. The input code generally has fewer bits than the output code, and there is a one-to one mapping from input code words into output code words. In a one-to-one mapping, each input code word produces a different output code word. Fig:1 Decoder The general structure of a decoder circuit is shown in Figure 1. The enable inputs, if present, must be asserted for the decoder to perform its normal mapping function. Otherwise, the decoder maps all input code words into a single, “disabled,” output code word. The most commonly used output code is a 1-out-of-m code, which contains m bits, where D e p t . o f E C E , S I E T K Page 1 Digital System Design one bit is asserted at any time. Thus, in a 1-out-of-4 code with active-high outputs, the code words are 0001, 0010, 0100, and 1000. With active-low outputs, the code words are 1110, 1101, 1011, and 0111. Binary Decoders The most common decoder circuit is an n-to-2n decoder or binary decoder. Such a decoder has an n-bit binary input code and a 1-out-of-2n output code. A binary decoder is used when you need to activate exactly one of 2n outputs based on an n-bit input value Table 1 is the truth table of a 2-to-4 decoder.
    [Show full text]
  • Ece421) Digital Electronics Fundamental (Ece422
    DIGITAL SYSTEM FUNDAMENTALS (ECE421) COURSE / CODE DIGITAL ELECTRONICS FUNDAMENTAL (ECE422) Medium Scale Integrated (MSI) devices It’s sometimes not reasonable to do all the design work at the gate-level. For example, it is a common practice to use full-adders as the building blocks in building a ripple-carry adder. When designing circuits, there are certain building blocks that are used over and over again. Thus, being familiar with a set of building blocks that are commonly used can make designing digital devices easier. Building blocks that are more complex than gates are sometimes called medium-scale integrated devices, or MSI devices for short. Exactly what makes a device “medium” in scale rather than “large” or “very large” (as in VLSI) is not always agreed on, but generally it’s all right stick with devices that are fairly simple and where small versions of them can be implemented in a couple dozen gates or so. Special Combinational Logic Circuits 1. Adders A half adder can add two bits. It has two inputs, generally labeled A and B, and two outputs, the sum S and carry C. S is the two-bit XOR of A and B, and C is the AND of A and B. Essentially the output of a half adder is the sum of two one-bit numbers, with C being the most significant of these two outputs. A half adder is a logical circuit that performs an addition operation on two binary digits. The half adder produces a sum and a carry value which are both binary digits.
    [Show full text]
  • Multivalued Circuits and Interconnect Issues
    Multivalued circuits and Interconnect issues Daniel Etiemble Computer Science Laboratory (LRI) Paris Saclay University Orsay, France [email protected] Abstract—Many papers have presented multi-valued circuits in various technologies as a solution to reduce or solve intercon- nection issues in binary circuits. This assumption is discussed. While 4-valued signaling could divide by two the number of interconnects between building blocks, it turns out that circuit designers use interconnect standards based on differential pairs such as PCIe, Infiniband, RapidIO, NVLink, etc. Doubling the Fig. 2. 4-valued circuits in a binary environment number of binary signals is a better solution than using single- ended quaternary signals. The design of quaternary basic gates, adders and multipliers are compared with the corresponding II. METHODOLOGY binary ones. At each level, the transistor count ratio between quaternary and binary circuits is greater than the x2 information In the last decade, most proposed designs of m-valued ratio between base 4 and base 2. Quaternary signaling is not a circuits use simulations of CNTFET technologies. The CNT- solution, either between or within circuit blocks . FET circuitry is similar to the CMOS one while presenting a significant advantage: the threshold voltage varies as the in- I. INTRODUCTION verse function of the diameter of the tube. Different diameters Many published papers proposing new m-valued circuits provide the different threshold voltages that are needed in m- justified their proposal by interconnection issues in binary valued circuits. circuits. Just to present one among a lot of quotes, "One However, this technology is far from being mature. In 2019, of the main problems in binary logic is the high volume of a 16-bit RISC microprocessor has been built with 14,000 interconnections which can increase the chip area and power CNFET transistors [2].
    [Show full text]
  • Lecture Summary Notes
    ECE 270 IM:PACT Introduction to Digital System Design © 2019 by D. G. Meyer Lecture Summary – Module 2 Combinational Logic Circuits Learning Outcome: an ability to analyze and design combinational logic circuits Learning Objectives: 2-1. identify minterms (product terms) and maxterms (sum terms) 2-2. list the standard forms for expressing a logic function and give an example of each: sum-of-products (SoP), product-of-sums (PoS), ON set, OFF set 2-3. analyze the functional behavior of a logic circuit by constructing a truth table that lists the relationship between input variable combinations and the output variable 2-4. transform a logic circuit from one set of symbols to another through graphical application of DeMorgan’s Law 2-5. realize a combinational function directly using basic gates (NOT, AND, OR, NAND, NOR) 2-6. draw a Karnaugh Map (“K-map”) for a 2-, 3-, 4-, or 5-variable logic function 2-7. list the assumptions underlying function minimization 2-8. identify the prime implicants, essential prime implicants, and non-essential prime implicants of a function depicted on a K-map 2-9. use a K-map to minimize a logic function (including those that are incompletely specified) and express it in either minimal SoP or PoS form 2-10. use a K-map to convert a function from one standard form to another 2-11. calculate and compare the cost (based on the total number of gate inputs plus the number of gate outputs) of minimal SoP and PoS realizations of a given function 2-12. realize a function depicted on a K-map as a two-level NAND circuit, two-level NOR circuit, or as an open- drain NAND/wired-AND circuit 2-13.
    [Show full text]