Analysis of Using Binary and Bipolar Data in Knowing the Logic Gate Using Perceptron Method

Total Page:16

File Type:pdf, Size:1020Kb

Analysis of Using Binary and Bipolar Data in Knowing the Logic Gate Using Perceptron Method International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878,Volume-7, Issue-6S5, April 2019 Analysis of Using Binary and Bipolar Data in Knowing the Logic Gate Using Perceptron Method J Simangunsong, S Efendi , P H Putra Abstract: Is a logic gate circuit tha forms the basis of the II. RELATED RESEARCH computer. Millions of transistors in a microprocessor forming Ravichandran.K, et al. In this study, using a multilayer thousands of logic gates. Some methods or models are frequently perceptron to be able to understand the impact of crime. used to recognize the logic gate is a method perceptron. This gap influence on people being analyzed using Perceptron is a fast and reliable network for a class of problems multilayer perceptron [2]. that can be solved. While the propagation is one of the Artificial Neural Network architecture that has a learning process forward Qingbin Wang, et al. In this study, using digital image and backward error correction. In this study, the authors analyze processing technology to process images and then extract. the use of binary data and recognizing bipolar logic gate using This study sample group 420 enter into multilayer perceptron. From the results of this study concluded, among perceptron [3]. others: Methods perceptron can recognize the logic gate much Mohri, Mehryar, et al, In the study explained that the faster than other methods. Binary better use of the bipolar method perceptron can recognize patterns of training, but numbers, as the binary number can recognize the logic gate there are some limits to existing errors in the perceptron much faster than bipolar numbers. OR and NOR logic gates with algorithm and propose a new method that can be used to binary input and output more quickly recognized than other lower limits in the setting generalize stochastic [4]. logic gates with a maximum error of 0.1 and the number of iterations 20. Index terms:Binary, Bipolar, Logical Gates, Perceptron. III. PROPOSED METHOD A.Logic Gates I. INTRODUCTION Logic gate is a circuit with one or more input signals, but only produce a signal in the form of high voltage or low Is a logic gate circuit that forms the basis of the computer or voltage as the output signal. Logic gates are the basis of sneentity in electronics and Boolean math that changing digital system formation. Logic gate used include OR, one or more input logic into a logic output signal. AND, NOR, NAND, Ex-OR, and Ex-NOR in which [1]: Especially logic gate implemented electronically using diode or transistor, But can also be built using the a. OR gate arrangement of components that utilize the properties OR gate is a basic logic circuit which states that its electromagnetic(Relay),fluid, optics and even mechanics, output will have a logic 1 if one of its inputs have a Millions of transistors in a microprocessor forming logic 1 or everything has a logic 1. thousands of logic gates. A simple logic gate has one input terminal. The output can be high / high (1) or low / low (0), b. AND gate depending on the digital level given to the input terminal AND gate is a basic logic circuit which states its output [1]. will have a logic 1 if all its inputs logic 1. Many methods can be used to identify data patterns such as c. NOR gate logic gates. Some methods or models are frequently used to NOR gates as the OR gate, but the output is the inverter recognize the logic gate is a method perceptron. (reverse). Perceptron is a fast and reliable network for a class of d. NAND gate problems that can be solved. In addition, understanding of NAND gate as the gate, but the output is the inverter the operation of the perceptron provides a good foundation (reverse). for understanding the more complex networks [1]. e. Ex-OR gate The author assumes that not all the data on the pattern of Ex-OR is an OR gate and exclusive because its output logic gates can be recognized well by methods perceptron. will be 0 if the input is the same and its output will be The author will use binary data, bipolar, and worth 1 if any one of its inputs valued differently. hybrid (binary input and output bipolar). The purpose of f. Ex-NOR gate this study was to analyze the comparison perceptron Ex-NOR gate is a gate Ex-OR, written inverter so that method, which method can recognize patterns of data the truth table simply by reversing the Ex-OR truth provided is better, and which method can recognize data table. patterns with the smallest number of iterations. Revised Manuscript Received on December 22, 2018. J SimangunsongStudent, Department of Information Technology, Faculty of Computer Science and Information Technology, Universitas Sumatera Utara, Indonesia S EfendiDepartment of Information Technology, Faculty of Computer Science and Information Technology, Universitas Sumatera Utara, Indonesia P H PutraStudent, Department of Information Technology, Faculty of Computer Science and Information Technology, Universitas Sumatera Utara, Indonesia Published By: Retrieval Number:F12370476S519/19©BEIESP 1362 Blue Eyes Intelligence Engineering 1362 & Sciences Publication Analysis of Using Binary and Bipolar Data in Knowing the Logic Gate Using Perceptron Method B.Perceptron Perceptron network method is the best model at the time. Data This model was found by Rosenblatt (1962) and Minsky - Target Data Papert (1969). Perceptron training algorithm is as follows input Ex- Ex- [5]: X1 X2 OR AND NOR NAND a. Initialize all weights and biases (usually = 0). OR NOR Set learning rate. , For simplification set equal to 1.∝ 0 0 0 0 1 1 0 1 (0 < ∝ ≤ 1) 1 0 1 0 0 1 1 0 Set the threshold value (for the activation function.휃) 0 1 1 0 0 1 1 0 b. For each pair of st learning, working on: 1 1 1 1 0 0 0 1 1) Set activation input unit, indicated by equation (1). The pattern of (1)the data in Table 1 (a) is a data pattern with two input data and the target data that varies with the 푥푖 = 푠푖; 2) calculated response to the output unit, as indicated maximum learning rate = 0.7 epoch = 150000. by equation (2). The chart comparison squared error reduction method and bakpropagation perceptron on NOR logic functions 푦푖푛 = 푏 + ∑푖 푥푖푤푖 3) Put it in the activation function, indicated by with a target error of(2) 0.1 is shown in Figure 1. equation (3). perceptron 1, 푗푖푘푎 푦푖푛 > 휃 푦 = { 0, 푗푖푘푎 − 휃 ≤ 푦푖푛 ≤ 휃 (3) −1, 푗푖푘푎 푦푖푛 < − 휃 4) Compare the value of the network output y with the target t. if y t make any changes to the weights and biases, as indicated by equation (4) and equation (5). 푤 (푏푎푟푢) = 푤 (푙푎푚푎) + 훼∗푡∗푥 푖 푖 푖 (4) ( ) ( ) ∗ 푏 푏푎푟푢 = 푏 푙푎푚푎 + 훼 푡 (5) Figure 1. Decrease graph Squares Error if y = t, no change in the weights and biases, as indicated by equation (6) and equation (7). In the test data binary inputs and the target binary 푤푖(푏푎푟푢) = 푤푖(푙푎푚푎) method perceptron one who can recognize patterns of data 푏(푏푎푟푢) = 푏(푙푎푚푎) faster than backpropagation, but the method of propagation c. Perform continuous iteration until all patterns can recognize all patterns of data provided by either did not have the same output with the target tissue. That is like the method perceptron that can not recognize patterns when all output equal to the target tissue so the of data supplied to the logic function ex-OR and ex-NOR. network has to recognize patterns well and Next is to test the pattern shape of the input data to the iteration stopped. target bipolar bipolar shown in Table 2. Perceptron training algorithm is used both for binary inputs or bipolar, with particular, and bias can be set. A Table 2 (a). Data Input Bipolar Bipolar with Target Data training cycle that involves all the input data is called an epoch. Data IV.RESEARCH METHODOLOGY input Target Data The purpose of this study was to analyze the comparison Ex- Ex- method perceptron. To achieve these objectives, the author X1 X2 OR AND NOR NAND OR NOR will conduct training (training) in the data patterns of logic -1 -1 -1 -1 1 1 -1 1 gates. The data used is the binary input data to the target 1 -1 1 -1 -1 1 1 -1 binary, bipolar input data with bipolar targets, and binary input data with bipolar targets (hybrid). -1 1 1 -1 -1 1 1 -1 Data to be trained is data with two inputs and one 1 1 1 1 -1 -1 -1 1 target. Pattern recognition is done by adjusting the weights. Termination weighting adjustments in the pattern recognition when squared error reaches the target than the specified error. The pattern of the data in Table 2 (a) is a data pattern with two input data and the target data that varies with the learning rate and the same maximum epoch previous data IV. RESULTS AND DISCUSSIONS testing, the maximum learning rate = 0.7 epoch = 150000. Training and testing data by comparing the perceptron Next is to test the form with the data pattern with a method using three different data patterns and each targets target bipolar binary inputs (hybrid) shown in Table 3. different. The shape of the pattern of the first data to be trained and tested are shown in Table 1 with the binary input data and target data binary. Table 1 (a). Binary Input Data with Data Target Binary Published By: Retrieval Number:F12370476S519/19©BEIESP 1363 Blue Eyes Intelligence 1363 Engineering & Sciences Publication International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878,Volume-7, Issue-6S5, April 2019 Table 3 (a).
Recommended publications
  • Realization of Morphing Logic Gates in a Repressilator with Quorum Sensing Feedback
    Realization of Morphing Logic Gates in a Repressilator with Quorum Sensing Feedback Vidit Agarwal, Shivpal Singh Kang and Sudeshna Sinha Indian Institute of Science Education and Research (IISER) Mohali, Knowledge City, SAS Nagar, Sector 81, Manauli PO 140 306, Punjab, India Abstract We demonstrate how a genetic ring oscillator network with quorum sensing feedback can operate as a robust logic gate. Specifically we show how a range of logic functions, namely AND/NAND, OR/NOR and XOR/XNOR, can be realized by the system, thus yielding a versatile unit that can morph between different logic operations. We further demonstrate the capacity of this system to yield complementary logic operations in parallel. Our results then indicate the computing potential of this biological system, and may lead to bio-inspired computing devices. arXiv:1310.8267v1 [physics.bio-ph] 30 Oct 2013 1 I. INTRODUCTION The operation of any computing device is necessarily a physical process, and this funda- mentally determines the possibilities and limitations of the computing machine. A common thread in the history of computers is the exploitation and manipulation of different natural phenomena to obtain newer forms of computing paradigms [1]. For instance, chaos comput- ing [2], neurobiologically inspired computing, quantum computing[3], and DNA computing[4] all aim to utilize, at the basic level, some of the computational capabilities inherent in natural systems. In particular, larger understanding of biological systems has triggered the interest- ing question: what new directions do bio-systems offer for understanding and implementing computations? The broad idea then, is to create machines that benefit from natural phenomena and utilize patterns inherent in systems to encode inputs and subsequently obtain a desired output.
    [Show full text]
  • Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic
    Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic Universal Gate – NOR This presentation will demonstrate… • The basic function of the NOR gate. • How an NOR gate can be using to replace an AND gate, an OR gate or an INVERTER gate. • How a logic circuit implemented with AOI logic gates Universal Gate – NOR could be re-implemented using only NOR gates • That using a single gate type, in this case NOR, will reduce the number of integrated circuits (IC) required to implement a logic circuit. Digital Electronics AOI Logic NOR Logic 2 More ICs = More $$ Less ICs = Less $$ NOR Gate NOR Gate as an Inverter Gate X X X (Before Bubble) X Z X Y X Y X Z X Y X Y Z X Z 0 0 1 0 1 Equivalent to Inverter 0 1 0 1 0 1 0 0 1 1 0 3 4 Project Lead The Way, Inc. Copyright 2009 1 Universal Gate - NOR Digital Electronics 2.2 Intro to NAND & NOR Logic NOR Gate as an OR Gate NOR Gate as an AND Gate X X Y Y X X Z X Y X Y Y Z X Y X Y X Y Y NOR Gate “Inverter” “Inverters” NOR Gate X Y Z X Y Z 0 0 0 0 0 0 0 1 1 0 1 0 Equivalent to OR Gate Equivalent to AND Gate 1 0 1 1 0 0 1 1 1 1 1 1 5 6 NOR Gate Equivalent of AOI Gates Process for NOR Implementation 1.
    [Show full text]
  • A Noise-Assisted Reprogrammable Nanomechanical Logic Gate
    pubs.acs.org/NanoLett A Noise-Assisted Reprogrammable Nanomechanical Logic Gate Diego N. Guerra,† Adi R. Bulsara,‡ William L. Ditto,§ Sudeshna Sinha,| K. Murali,⊥ and P. Mohanty*,† † Department of Physics, Boston University, 590 Commonwealth Avenue, Boston, Massachusetts 02215, ‡ SPAWAR Systems Center Pacific, Code 71, 53560 Hull Street, San Diego, California 92152, § School of Biological and Health Systems Engineering, Arizona State University, Tempe, Arizona 85287, | Institute of Mathematical Sciences, Taramani, Chennai 600 113, India, and ⊥ Physics Department, Anna University, Chennai 600 025, India ABSTRACT We present a nanomechanical device, operating as a reprogrammable logic gate, and performing fundamental logic functions such as AND/OR and NAND/NOR. The logic function can be programmed (e.g., from AND to OR) dynamically, by adjusting the resonator’s operating parameters. The device can access one of two stable steady states, according to a specific logic function; this operation is mediated by the noise floor which can be directly adjusted, or dynamically “tuned” via an adjustment of the underlying nonlinearity of the resonator, i.e., it is not necessary to have direct control over the noise floor. The demonstration of this reprogrammable nanomechanical logic gate affords a path to the practical realization of a new generation of mechanical computers. KEYWORDS Nanomechanical logic, nanomechanical computing, logical stochastic resonance, stochastic resonance, nanomechanical resonator practical realization of a nanomechanical logic applied as input stimuli to a two-state system, the response device, capable of performing fundamental logic can result in a specific logical output with a probability (for operations, is yet to be demonstrated despite a long- obtaining this output) controlled by the noise intensity.
    [Show full text]
  • Voltage Controlled Memristor Threshold Logic Gates, 2016 IEEE APCCAS, Jeju, Korea, October 25-28, 2016
    A. Maan, A. P. James, Voltage Controlled Memristor Threshold Logic Gates, 2016 IEEE APCCAS, Jeju, Korea, October 25-28, 2016 Voltage Controlled Memristor Threshold Logic Gates Akshay Kumar Maan Alex Pappachen James Queensland Microelectronic Facility School of Engineering, Nazabayev University Griffith University Astana, Kazakhastan Queensland 4111, Australia Web: www.biomicrosystems.info/alex Email: [email protected] Email: [email protected] Abstract—In this paper, we present a resistive switching weights to the inputs, while the CMOS inverter behaves as memristor cell for implementing universal logic gates. The cell a threshold logic device. The weights are programmed via has a weighted control input whose resistance is set based on a the resistive switching phenomenon of the memristor device. control signal that generalizes the operational regime from NAND We show that resistive switching makes it possible to use the to NOR functionality. We further show how threshold logic in same cell architecture to work in the NAND, NOR or XOR the voltage-controlled resistive cell can be used to implement a configuration, and can be implemented in a programmable XOR logic. Building on the same principle we implement a half adder and a 4-bit CLA (Carry Look-ahead Adder) and show array architecture. We hypothesise that if such circuits are that in comparison with CMOS-only logic, the proposed system developed in silicon that can be programmed and reused to shows significant improvements in terms of device area, power generate different logic gate functionalities, we will be able to dissipation and leakage power. move a step closer towards the development of low power and large scale threshold logic applications.
    [Show full text]
  • 1 Novel Reconfigurable Logic Gates Using Spin Metal-Oxide
    Novel Reconfigurable Logic Gates Using Spin Metal-Oxide-Semiconductor Field-Effect Transistors Satoshi Sugahara1, 2*, Tomohiro Matsuno1, and Masaaki Tanaka1,2** 1 Department of Electronic Engineering, The University of Tokyo, 7-3-1 Hongo, Bunkyo-ku, Tokyo, 113-8656, Japan 2 PRESTO, Japan Science and Technology Agency, 4-1-8 Honcho, Kawaguchi 332-0012, Japan We propose and numerically simulate novel reconfigurable logic gates employing spin metal-oxide-semiconductor field-effect transistors (spin MOSFETs). The output characteristics of the spin MOSFETs depend on the relative magnetization configuration of the ferromagnetic contacts for the source and drain, that is, high current-drive capability in the parallel magnetization and low current-drive capability in the antiparallel magnetization [S. Sugahara and M. Tanaka: Appl. Phys. Lett. 84 (2004) 2307]. A reconfigurable NAND/NOR logic gate can be realized by using a spin MOSFET as a driver or an active load of a complimentary MOS (CMOS) inverter with a neuron MOS input stage. Its logic function can be switched by changing the relative magnetization configuration of the ferromagnetic source and drain of the spin MOSFET. A reconfigurable logic gate for all symmetric Boolean functions can be configured using only five CMOS inverters including four spin MOSFETs. The operation of these reconfigurable logic gates was confirmed by numerical simulations using a simple device model for the spin MOSFETs. KEYWORDS: spintronics, spin transistor, spin MOSFET, reconfigurable logic, FPGA *E-mail address: [email protected] **E-mail address: [email protected] 1 1 Introduction The area of spintronics (or spin electronics) in which uses not only charge transport of electrons but also the spin degree of freedom of electrons is used has generated much interest in recent years.
    [Show full text]
  • Switching Theory and Logic Design
    SWITCHING THEORY AND LOGIC DESIGN LECTURE NOTES B.TECH (II YEAR – II SEM) (2018-19) Prepared by: Ms M H Bindu Reddy, Assistant Professor Department of Electrical & Electronics Engineering MALLA REDDY COLLEGE OF ENGINEERING & TECHNOLOGY (Autonomous Institution – UGC, Govt. of India) Recognized under 2(f) and 12 (B) of UGC ACT 1956 (Affiliated to JNTUH, Hyderabad, Approved by AICTE - Accredited by NBA & NAAC – ‘A’ Grade - ISO 9001:2015 Certified) Maisammaguda, Dhulapally (Post Via. Kompally), Secunderabad – 500100, Telangana State, India SYLLABUS UNIT -I: Number System and Gates: Number Systems, Base Conversion Methods, Complements of Numbers, Codes- Binary Codes, Binary Coded Decimal Code and its Properties, Excess-3 code, Unit Distance Code, Error Detecting and Correcting Codes, Hamming Code.Digital Logic Gates, Properties of XOR Gates, Universal Logic Gates. UNIT -II: Boolean Algebra and Minimization: Basic Theorems and Properties, Switching Functions, Canonical and Standard Forms,Multilevel NAND/NOR realizations. K- Map Method, up to Five variable K- Maps, Don’t Care Map Entries, Prime and Essential prime Implications, Quine Mc Cluskey Tabular Method UNIT -III: Combinational Circuits Design: Combinational Design, Half adder,Fulladder,Halfsubtractor,Full subtractor,Parallel binary adder/subtracor,BCD adder, Comparator, decoder, Encoder, Multiplexers, DeMultiplexers, Code Converters. UNIT -IV: Sequential Machines Fundamentals: Introduction, Basic Architectural Distinctions between Combinational and Sequential circuits, classification of sequential circuits, The binary cell, The S-R- Latch Flip-Flop The D-Latch Flip-Flop, The “Clocked T” Flip-Flop, The “ Clocked J-K” Flip-Flop, Design of a Clocked Flip-Flop, Conversion from one type of Flip-Flop to another, Timing and Triggering Consideration. UNIT -V: Sequential Circuit Design and Analysis: Introduction, State Diagram, Analysis of Synchronous Sequential Circuits, Approaches to the Design of Synchronous Sequential Finite State Machines, Design Aspects, State Reduction, Design Steps, Realization using Flip-Flops.
    [Show full text]
  • Combinational Logic Circuits
    CHAPTER 4 COMBINATIONAL LOGIC CIRCUITS ■ OUTLINE 4-1 Sum-of-Products Form 4-10 Troubleshooting Digital 4-2 Simplifying Logic Circuits Systems 4-3 Algebraic Simplification 4-11 Internal Digital IC Faults 4-4 Designing Combinational 4-12 External Faults Logic Circuits 4-13 Troubleshooting Prototyped 4-5 Karnaugh Map Method Circuits 4-6 Exclusive-OR and 4-14 Programmable Logic Devices Exclusive-NOR Circuits 4-15 Representing Data in HDL 4-7 Parity Generator and Checker 4-16 Truth Tables Using HDL 4-8 Enable/Disable Circuits 4-17 Decision Control Structures 4-9 Basic Characteristics of in HDL Digital ICs M04_WIDM0130_12_SE_C04.indd 136 1/8/16 8:38 PM ■ CHAPTER OUTCOMES Upon completion of this chapter, you will be able to: ■■ Convert a logic expression into a sum-of-products expression. ■■ Perform the necessary steps to reduce a sum-of-products expression to its simplest form. ■■ Use Boolean algebra and the Karnaugh map as tools to simplify and design logic circuits. ■■ Explain the operation of both exclusive-OR and exclusive-NOR circuits. ■■ Design simple logic circuits without the help of a truth table. ■■ Describe how to implement enable circuits. ■■ Cite the basic characteristics of TTL and CMOS digital ICs. ■■ Use the basic troubleshooting rules of digital systems. ■■ Deduce from observed results the faults of malfunctioning combina- tional logic circuits. ■■ Describe the fundamental idea of programmable logic devices (PLDs). ■■ Describe the steps involved in programming a PLD to perform a simple combinational logic function. ■■ Describe hierarchical design methods. ■■ Identify proper data types for single-bit, bit array, and numeric value variables.
    [Show full text]
  • Episode 4.04 – NAND, NOR, and Exclusive-NOR Logic
    Episode 4.04 – NAND, NOR, and Exclusive-NOR Logic Welcome to the Geek Author series on Computer Organization and Design Fundamentals. I’m David Tarnoff, and in this series we are working our way through the topics of Computer Organization, Computer Architecture, Digital Design, and Embedded System Design. If you’re interested in the inner workings of a computer, then you’re in the right place. The only background you’ll need for this series is an understanding of integer math, and if possible, a little experience with a programming language such as Java. And one more thing. Our topics involve a bit of figuring, so it might help to keep a pencil and paper handy. Did Benjamin Franklin mess things up? There are some who say he did. Back in Ben’s day, people believed that the phenomenon of electricity was due to the interaction of two fluids flowing towards one another in an effort to cancel each other out. Ben proposed a single fluid theory suggesting that the flow was from an excess of fluid to an absence of fluid. We won’t get into how it was fashionable at the time to prove these theories by sending electrical charges through human chains and rate each individual’s level of pain. Let’s just say that there was no dual fluid canceling happening.1 In his single fluid theory, Benjamin Franklin used the term “positive” to describe an excess of fluid and “negative” to describe an absence of fluid.2 As any present-day physics student can tell you, while current flows “down” from positive to negative, what’s actually doing the flowing are the negatively charged electrons, not some invisible fluid.
    [Show full text]
  • Design and Simulation of V&Pl Submodules Using Nand And
    DESIGN AND SIMULATION OF V&PL SUBMODULES USING NAND AND NOR GATE H.Hasim, Syirrazie CS Instrumentation and Automation Center, Technical Support Division, Malaysia Nuclear Agensi 43000, Bangi, Kajang, Selangor Abstract Digital Integarted Circuit(IC) design is an alternative to current analog IC design. Both have vise verse advan- tages and disadvantages. This paper investigate and compare sub-modules of voting and protecting logic (V&PL) using only two input either NAND gate(74LS00) or NOR gate (74LS02). On the previous research, V&PL sub- module are mixed of six input NOR gate, 2 input AND gate, and Inverter. The result show a complexity of circuity and difficulty of finding six input NOR gate. We extend this analysis by comparable of less complexity of PMOS and NMOS used in NAND and NOR gate as V&PL sub-module, less time propagation delay, with high frequency and less total nombor of transistor used. Kanaugh map minimizer, logisim, and LTSpice used to design and develop of V&PL sub-module Complementary Metal Oxide Semiconductor(CMOS) NAND and NOR gate.Result show that, propagation delay of NAND gate is less with high frequency than NOR gate. Keywords: CMOS, NOR gate, NAND gate, Voting and Protecting Logic(V&PL) 1 Introduction One of the key challenges in IC design is making used of transistor. Transistor can be either biasing and funtion as amplifier or operated in saturated and cut-off region. To be digitalize, transistor will operated in saturated and cut-off region. The saturated region is when the flat or staedy-state amount of voltage throught out of time while in cut-off region it is approximately zeros volt.
    [Show full text]
  • 1- AND-OR Logic
    ELECTRICAL 2ND YEAR SUBJECT- DIGITAL ELECTONICS AND MICROPROCESSOR DATE -29-04-2020 TIME 9:40-10:30 COMBINATIONAL LOGIC ANALISIS 1- AND-OR Logic AND-OR circuit consisting of two 2-input AND gates and one 2-input OR gate; Fig.(6-1)(b) is the ANSI standard rectangular outline symbol. The Boolean expressions for the AND gate outputs and the resulting SOP expression for the output X are shown in the diagram. In general, all AND-OR circuit can have any number of AND gates each with any number of inputs. The truth table for a 4-input AND-OR logic circuit is shown in Table 6-1. The intermediate AND gate outputs ( AB and CD columns) are also shown in the table. (a) Logic diagram (b) ANSI standard rectangular outline symbol. Fig.(6-1) For a 4-input AND-OR logic circuit, the output X is HIGH (1) if both input A and input B are HIGH (1) or both input C and input D are HIGH (1). 2- AND-OR-Invert Logic When the output of an AND-OR circuit is complemented (inverted), it results in an AND-OR-Invert circuit. Recall that AND-OR logic directly implements SOP expressions. POS expressions can be implemented with AND-OR-Invert logic. This is illustrated as follows, starting with a POS expression and developing the corresponding AND-OR-Invert expression. Table 6-1 Fig.(6-2) For a 4-input AND-OR-Invert logic circuit, the output X is LOW (0) if both input A and input B are HIGH (1) or both input C and input D are HIGH (1).
    [Show full text]
  • Covert Gates: Protecting Integrated Circuits with Undetectable Camouflaging
    Covert Gates: Protecting Integrated Circuits with Undetectable Camouflaging Bicky Shakya, Haoting Shen, Mark Tehranipoor and Domenic Forte ECE Department, University of Florida [email protected],{htshen,tehranipoor,dforte}@ece.ufl.edu Abstract. Integrated circuit (IC) camouflaging has emerged as a promising solution for protecting semiconductor intellectual property (IP) against reverse engineering. Existing methods of camouflaging are based on standard cells that can assume one of many Boolean functions, either through variation of transistor threshold voltage or contact configurations. Unfortunately, such methods lead to high area, delay and power overheads, and are vulnerable to invasive as well as non-invasive attacks based on Boolean satisfiability/VLSI testing. In this paper, we propose, fabricate, and demonstrate a new cell camouflaging strategy, termed as ‘covert gate’ that leverages doping and dummy contacts to create camouflaged cells that are indistinguishable from regular standard cells under modern imaging techniques. We perform a comprehensive security analysis of covert gate, and show that it achieves high resiliency against SAT and test-based attacks at very low overheads. We also derive models to characterize the covert cells, and develop measures to incorporate them into a gate-level design. Simulation results of overheads and attacks are presented on benchmark circuits. Keywords: IP Protection · Camouflaging · Reverse Engineering · SEM Imaging · ATPG · SAT 1 Introduction Reverse engineering of integrated circuits (ICs) is a common practice in the semiconductor industry. It is routinely used for (i) failure analysis, defect identification, and fault diagnosis, (ii) detection of counterfeit ICs and (iii) analysis of competitor IP (e.g., technology node or process analysis, and checking whether patents were infringed) [TJ07][TJ11].
    [Show full text]
  • Comparative Study of Various Gates Based in Different Technologies
    International Robotics & Automation Journal Review Article Open Access Comparative study of various gates based in different technologies Abstract Volume 3 Issue 1 - 2017 This paper provides the comparative study among various fabrication technologies for the same logical circuits based on NAND gate. The tool used for this analysis Sanobar Chouhan,1 Saurabh Chaudhary,1 is Tanner which is an EDA tool and used for full custom designing of electronic Tarun Upadhay,1 Ajay Rupani,1 Pawan Whig2 circuits. The NAND gate is formed by CMOS only. The different technologies give 1Scholars, Jodhpur Institute of Engineering and Technology, India varied output parameters with given input parameters. Hence, the main utilization 2Vivekananda Institute of Professional Studies, India of this study is to opt best suited technology for particular output parameter ranges for specified input parameter ranges for different applications based on logical gates. Correspondence: Pawan Whig, Vivekananda Institute of The conventional device generally used, consumes high power and is not stable with Professional Studies, India, Email frequency variations. Therefore, a comparative analysis using different technologies is proposed, which has been useful for designing optimal conventional logics. The Received: July 22, 2017 | Published: September 22, 2017 study is based on simulation of power consumption, noise analysis and frequency compensation technique of different gates. Keywords: logical circuits, fabrication, tanner, CMOS Introduction Different technologies and why are defined by length of transistor The logic gates are electronic devices which produces logical output on basis of given one or more input.1,2 Application of logic gates The different technologies are predefined manufacturing includes from small decision making devices, big calculating devices parameters of electronics elements used for simulation and designing to huge super computers.3,4 There are many logic gates to implement of circuits.
    [Show full text]