Diode Logic). • Explain the Need for Introducing Transistors in the Output (DTL and TTL

Total Page:16

File Type:pdf, Size:1020Kb

Diode Logic). • Explain the Need for Introducing Transistors in the Output (DTL and TTL Lecture 02: Logic Families R.J. Harris & D.G. Bailey Objectives • Show how diodes can be used to form logic gates (Diode logic). • Explain the need for introducing transistors in the output (DTL and TTL). • Explain why Schottky transistors improve the speed of gates. • Describe the operating principles of CMOS logic gates. • Explain the definitions of noise margin, fanout, propagation delay, rise and fall time. Semester 2 - 2006 Digital Electronics Slide 2 Review of Previous Lecture • You can now: – Describe the important differences between analogue and digital signals. – Show how to represent more than two levels using digital signals. – Manipulate different codes for representing numbers and letters: • natural binary, signed binary, twos complement, offset binary, Gray codes, ASCII characters. – Show how to convert between binary and base 10. – Write down the logic symbols for • AND, OR, NOT, NAND and NOR gates. – Draw up a truth table to represent relationships between inputs and outputs of a logic circuit. Semester 2 - 2006 Digital Electronics Slide 3 Presentation Outline • Diode Transistor Logic • TTL • Schottky TTL • CMOS • Tristate logic outputs • Definitions: – Noise margin, fanout – Timing: rise and fall times, propagation delay – Power dissipation • Power supply decoupling Semester 2 - 2006 Digital Electronics Slide 4 Diode Logic – AND Gate • Recall that a diode behaves like a switch. – When the diode is forward biased, the switch is closed, allowing a current to flow through it. When reverse biased, it is like a switch that is turned off - no current flows. • First we shall look at an AND gate. – If either input A or input B goes low, it will forward bias the corresponding diode. A B M – Since the forward biased diode behaves like a switch, it will pull the output M low. 00 0 – The only situation when M is going to be high is when both inputs A and B are high and the input 0 1 0 diodes are turned off. 1 0 0 – Since the output is high only when input A AND input B are high, this circuit is an AND gate. 1 1 1 Semester 2 - 2006 Digital Electronics Slide 5 Diode Logic – OR Gate • This time, if both inputs are low, the diodes will be turned off, and the output will be low. If either input A OR input B go high, the corresponding diode will be forward biased, and pull the output M high. • The biggest limitation of diode logic is that the circuits cannot be cascaded. • If we follow one AND gate with another we start A B M running into problems because the diodes are not ideal switches. 000 • If we assume a typical voltage drop across the diode when conducting of 0.6V, then when the 0 1 1 input is at 0V, the output of the first gate will be at 1 0 1 0.6V. • Since this is used as the input to the next gate, 1 1 1 the output of the second gate will be 1.2V. It does not require very many gates in series before it is impossible to distinguish between a high and a low. Semester 2 - 2006 Digital Electronics Slide 6 Problems with Diodes • If we follow an AND gate with an OR gate in diode logic, the problem is even worse: – When one of the AND inputs is low, the output will be low as expected. However, when all of the AND inputs are high, all of the input diodes are turned off. The OR diode is forward biased, and therefore conducts. If the two resistors are equal, the output will be a little less than V/2. This is less than half way for a supposedly high output! • We can get around both problems by using a transistor at the output of the AND or OR gate to act as an amplifier. This restores the signal levels, compensating for the voltage drop across the diode, and preventing the problems from cascading AND and OR gates. Semester 2 - 2006 Digital Electronics Slide 7 Diode Transistor Logic • Diode Transistor Logic uses a diode logic gate as input, followed by a transistor amplifier at the output to restore the logic levels: • The two diodes and resistor in the middle (in orange) provide biasing for the transistor. • When point X is high (ie A, B, and C are all high), the biasing diodes conduct, turning the output transistor on. When the transistor is on, it pulls the output M low. • When point X is low (if any of the inputs goes low) the diodes will turn off, and the base of the transistor is pulled low by the bias resistor. This turns the output transistor off, and the output M is pulled high by the output resistor. • Overall, this is a NAND gate, since it is an AND followed by a NOT. Semester 2 - 2006 Digital Electronics Slide 8 Output Stage in Detail • The output will be driving a load which has some capacitance from all the other inputs connected plus any stray capacitance. • When the transistor turns on, it has a low resistance, like a switch which is closed. – The output will go low very quickly. – When the transistor turns off (for a high output), the output will change more slowly because of the RC time constant. – We can make it faster by reducing the output resistor R, reducing the time constant. – However, we shall then have a greater current flowing when the transistor is turned on (0 output). • This will increase the power dissipation of the device. There is also a limit as to how much R can be reduced. It has to be significantly greater than the on resistance of the transistor to give a 0 output. • The switching time may be improved by replacing the output resistance with another transistor. This is called active pullup. Semester 2 - 2006 Digital Electronics Slide 9 TTL • TTL is the next logical extension on from DTL. It uses an additional transistor on the output to act as a pullup. • Looking first at the output stage, we want transistors Q3 and Q4 to be in opposite states: when Q4 is on, Q3 needs to be off, and when Q4 is off, we want to turn Q3 on. This is accomplished by using a driver stage shown in orange. • When X is low, this turns Q2 off, turning Q3 off. Since Q2 is off, Y is pulled high by the resistor, turning Q4 on. The output is therefore high. • When X is high, this turns Q2 on, and Q3 on (since the base emitter junction of Q2 is just like a diode). Since Q2 is on, it pulls Y low turning off Q4. The output therefore is pulled low by Q3. • So, from X to the output we have an inverter with active pullup (Q4) and pulldown (Q3). • Looking at the input stage, we can represent the multi-emitter transistor by its simplified diode equivalent. We see that we have the diode AND gate as before. Semester 2 - 2006 Digital Electronics Slide 10 Schottky TTL - 1 • The propagation delay of TTL is ultimately limited by the time spent getting the transistors out of saturation. When a transistor is saturated, VCE is about 0.2V. If we use a clamping diode to limit VCB to 0.3V or greater, we can prevent the transistor from going fully into saturation, allowing it to switch faster. Semester 2 - 2006 Digital Electronics Slide 11 Schottky TTL - 2 • This is done using a Schottky diode which has a forward voltage drop of 0.3V. Such a transistor is called a Schottky transistor, and is given the symbol to the right. • Using a combination of Schottky transistors and Darlington pairs (to give extra gain) gives Schottky TTL. • The Schottky transistors switch faster, reducing the propagation delay. • Alternatively, the resistances may be increased to reduce the power dissipation while giving the same speed as standard TTL. Semester 2 - 2006 Digital Electronics Slide 12 MOSFET - 1 • Looking at the basic inverter first. It uses a complementary pair of MOSFET transistors. – When the input is high, it turns the N-channel transistor on, and the P-channel transistor off (left figure), causing the output to go low. – When the input goes low, it turns the P-channel transistor on, and the N-channel transistor off. (right figure). • When the outputs are changing state, one transistor is turning on while the other off. • While changing, the FETs behave like resistors, giving a conductive path between +V and ground. • Because of the MOSFET’s very high off resistance, static power dissipation is very low. CMOS only dissipates significant power when changing states (when both transistors are conducting). Semester 2 - 2006 Digital Electronics Slide 13 MOSFET - 2 • Making logic gates is a very straight-forward extension of this. For example the NOR gate shown here. The output is connected to +V only when both A and B are low (0). When either A or B is high, the output goes low. • Advantages of CMOS: 1. Very simple circuits 2. High input impedance 3. Low power consumption 4. Will work off a wide range of power supply voltages (3-18V) • Disadvantages: 1. Slower speed because of high input capacitance 2. Prone to damage by static electricity. • Modern devices overcome the slower speed by having smaller devices (smaller capacitance) and reducing the ON resistance of the transistors, allowing them to charge and discharge the capacitive load more quickly. Semester 2 - 2006 Digital Electronics Slide 14 Tri-state Logic • This is not a logic family as such, but is a variation on the other families that allows them to be used in bus applications where several outputs may share a common signal line.
Recommended publications
  • Lecture17 08 04 2010
    EE40 Lecture 17 Josh Hug 8/04/2010 EE40 Summer 2010 Hug 1 Logistics • HW8 will be due Friday • Mini-midterm 3 next Wednesday – 80/160 points will be a take-home set of design problems which will utilize techniques we’ve covered in class • Handed out Friday • Due next Wednesday – Other 80/160 will be an in class midterm covering HW7 and HW8 • Final will include Friday and Monday lecture, Midterm won’t – Design problems will provide practice EE40 Summer 2010 Hug 2 Project 2 • Booster lab actually due next week – For Booster lab, ignore circuit simulation, though it may be instructive to try the Falstad simulator • Project 2 due next Wednesday – Presentation details to come [won’t be mandatory, but we will ask everyone about their circuits at some point] EE40 Summer 2010 Hug 3 Project 2 • For those of you who want to demo Project 2, we’ll be doing demos in lab on Wednesday at some point – Will schedule via online survey EE40 Summer 2010 Hug 4 CMOS/NMOS Design Correction • (Sent by email) • My on-the-fly explanation was correct, but not the most efficient way – If your FET circuit is implementing a logic function with a bar over it, i.e. • 푍 = 퐴 + 퐵퐶 + 퐷 + 퐸퐹 퐺 + 퐻 – Then don’t put an inverter at the output, it just makes things harder and less efficient • Sorry, on-the-fly-explanations can be dicey EE40 Summer 2010 Hug 5 CMOS • CMOS Summary: – No need for a pull-up or pull-down resistor • Though you can avoid this even with purely NMOS logic (see HW7) – Greatly reduced static power dissipation vs.
    [Show full text]
  • A Vertical Resonant Tunneling Transistor for Application in Digital Logic Circuits
    1028 IEEE TRANSACTIONS ON ELECTRON DEVICES, VOL. 48, NO. 6, JUNE 2001 A Vertical Resonant Tunneling Transistor for Application in Digital Logic Circuits Jürgen Stock, Jörg Malindretos, Klaus Michael Indlekofer, Michael Pöttgens, Arno Förster, and Hans Lüth Abstract—A vertical resonant tunneling transistor (VRTT) has In this paper, we report on the fabrication of a vertical res- been developed, its properties and its application in digital logic onant tunneling transistor (VRTT) with low peak voltage and circuits based on the monostable-bistable transition logic element good peak current control by means of a Schottky gate. The (MOBILE) principle are described. The device consists of a small mesa resonant tunneling diode (RTD) in the GaAs/AlAs material asymmetric behavior of the current-voltage ( ) character- system surrounded by a Schottky gate. We obtain low peak voltages istics is analyzed and the transistors are characterized with re- using InGaAs in the quantum well and the devices show an excel- spect to their peak voltage, peak-to-valley ratio (PVR), peak cur- lent peak current control by means of an applied gate voltage. A rent density, and gate function. We demonstrate the switching self latching inverter circuit has been fabricated using two VRTTs functionality of a self latching inverter circuit consisting of two and the switching functionality was demonstrated at low frequen- cies. VRTTs. Index Terms—Monostable-bistable transition logic element (MOBILE), monostable-to-bistable transition, resonant tunneling II. DEVICE FABRICATION diode (RTD), resonant tunneling transistor. A. Layer Structure The epitaxial structure used to fabricate the VRTT device was I. INTRODUCTION grown by molecular beam epitaxy (MBE) on semi-insulating N recent years, several new memory and logic circuits based (100)-orientated GaAs substrate.
    [Show full text]
  • Digital Logic and Design (Course Code: EE222) Ltlecture 6: Lliogic Famili Es
    Indian Institute of Technology Jodhpur, Year 2018‐2019 Digital Logic and Design (Course Code: EE222) LtLecture 6: LiLogic Fam ilies Course Instructor: Shree Prakash Tiwari EilEmail: sptiwari@iitj .ac.i n Webpage: http://home.iitj.ac.in/~sptiwari/ Course related documents will be uploaded on http://home.iitj.ac.in/~sptiwari/DLD/ Note: The information provided in the slides are taken form text books Digital Electronics (including Mano & Ciletti), and various other resources from internet, for teaching/academic use only 1 Overview •Early families (DL, RTL) • TTL •Evolution of TTL family • CMOS family and its evolution 2 Logic families Diode Logic (DL) •simpp;lest; does not scale •NOT not possible (need = an active element) Resistor-Transistor Logic (RTL) • replace diode switch with a tittransistor switc h •can be cascaded = • large power draw 3 Logic families Diode-Transistor Logic (DTL) • essentially diode logic with transistor amplification • reduced power consumption •faster than RTL = DL AND gate Saturating inverter 4 Logic Families • The bipolar transistor as a logical switch TTL Bipolar Transistor-Transistor Logic (TTL) •First introduced by in 1964 (Texas Instruments) •TTL has shaped digital technology in many ways • Standard TTL family (e.g. 7400) is obsolete •Newer TTL families used (e.g. 74ALS00) 6 TTL Bipolar Transistor-Transistor Logic (TTL) Distinct features •Multi‐emitter transistors 7 TTL A Standard TTL NAND gate 8 TTL A standard TTL NAND gate with open collector output 9 TTL evolution Schottky series (74LS00) TTL •A major
    [Show full text]
  • Logic Families – Characteristics and Types Table of Content
    1 Module-1: Logic Families – Characteristics and Types Table of Content 1.1 Introduction 1.2 Logic families 1.3 Positive and Negative logic 1.4 Types of logic families 1.5 Characteristics of logic families 1.6 Evolution of logic families 1.7 Classification of logic families 1.8 Summary Learning Outcome: After completing this module, you will be able to 1. Understand need of logic digital ICs 2. Understand significance of logic families 3. Understand characteristics of logic families 4. Identify different types of logic families 5. Know about evolution of different logic families Digital Electronics Electronic Science 1. Logic families 2 1.1 Introduction The first logic circuit was developed using discrete circuit components. Using advance techniques, these complex circuits can be miniaturized and produced on a small piece of semiconductor material like silicon. Such a circuit is called integrated circuit (IC). Now-a-days, all the digital circuits are available in IC form. While producing digital ICs, different circuit configurations and manufacturing technologies are used. This results into a specific logic family. Each logic family designed in this way has identical electrical characteristics such as supply voltage range, speed of operation, power dissipation, noise margin etc. In this module, we discuss significance and types of logic families. The positive and negative logic and its significance are also discussed. In addition to this, different characteristics which are the key parameters in deciding the logic family for any circuit design are discussed in detail. The module is concluded with explanation of the brief history of the logic family in terms of discrete logic circuits.
    [Show full text]
  • Digital Devices Based on Lambda Diodes.Pdf
    ALEXEI KRASNOPOLSKI 135, Ocee View Ct. Alpharetta, GA, 30022-6601 DIGITAL DEVICES BASED ON COMPLEMENTARY JUNCTION FIELD EFFECT TRANSISTORS PREAMBLE Now CMOS transistors are widespread component basis for digital integrated circuits. But its have a disadvantage that is high sensitiveness to environment effects such as temperature and radiation. The disadvantage restrains using CMOS IC in electronics equipment worked in extremal conditions. There is a alternative component basis that is junction field effect transistors (JFET) which possesses more high resistance to environment effects. The cause of the stability is physical nature of JFET, namely electric charges are carried by majority carriers and in a depth of semiconductor as opposed to CMOS transistor, which has a current, carried by minority carriers and on surface of semiconductor. JFET is appropriate to base element of radiation hardened Integrated Circuits. Complexity and inefficiency schematic methods of JFET logic gate design do not allow widely using JFET in area of digital IC. There is a fact that JFET gate's control voltage has a polarity that is reversal of polarity of drain voltage. That fact results in necessity to have two voltage supply sources and complex schemes of a matching of a logic level voltage between JFET gate's inputs and outputs. Given review introduces schematic methods of developing of a logic gates based on complementary JFET (CJFET) that are free against above disadvantages. Namely, it works with only one voltage supply source, without shift of logical level of voltage between gate's input and output. And the CJFET gates have micro-power ability, the same as CMOS gates: its work without power drain in static states.
    [Show full text]
  • Introduction to Digital Circuits
    Introduction to Digital Circuits Basic Logic Circuits The CMOS NOR Gate W W ≈ 2.5N L L + VDD PMOS NMOS + VDD N= number of inputs B B Y = A + B Y = A + B A A 1 ©Loberg INTRODUCTION TO DIGITAL CIRCUITS Basic Logic Circuits The CMOS NAND Gate W 2.5 W ≈ L PMOS N L NMOS + VDD N= number of inputs Y = A ⋅ B B A 2 ©Loberg INTRODUCTION TO DIGITAL CIRCUITS Basic Logic Circuits Complex CMOS Gates The pull-up and pull-down networks must have complementary Boolean functions. +VDD Example function : A Pull-up network For the pull-up B PMOS devices Y Y = A ⋅ (B + C ⋅ D) Y and its complement Pull-down For the pull-down A B network Y Y = A ⋅ (B + C ⋅ D) = A + B ⋅ (C + D) NMOS devices A general CMOS logic gate. Both the pull-up and pull-down networks have the same inputs. 3 ©Loberg INTRODUCTION TO DIGITAL CIRCUITS Basic Logic Circuits Complex CMOS Gates It can be shown that the pull-up and pull-down networks + of a complementary CMOS structure are dual networks. VDD (De Morgan) A = ⋅ + ⋅ Y A (B C D) A parallel connection of transistors in the pull-up B Pull-up network network corresponds to a series connection of the C corresponding devices in pull-down network, and vice versa. D Pull-up network : Subnet CD has series connection − Y (C D) Subnet B has parallel connection with CD B (C − D) B Y = A + B ⋅ (C + D) Subnet A has series connection with A − (B (C − D)) Pull-down network previous parallel net A C D Pull-down network : Subnet CD has parallel connection (C D) Subnet B has series connection with CD (B − (C D)) Subnet A has parallel
    [Show full text]
  • Logic Families
    Logic Families PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Mon, 11 Aug 2014 22:42:35 UTC Contents Articles Logic family 1 Resistor–transistor logic 7 Diode–transistor logic 10 Emitter-coupled logic 11 Gunning transceiver logic 16 Transistor–transistor logic 16 PMOS logic 23 NMOS logic 24 CMOS 25 BiCMOS 33 Integrated injection logic 34 7400 series 35 List of 7400 series integrated circuits 41 4000 series 62 List of 4000 series integrated circuits 69 References Article Sources and Contributors 75 Image Sources, Licenses and Contributors 76 Article Licenses License 77 Logic family 1 Logic family In computer engineering, a logic family may refer to one of two related concepts. A logic family of monolithic digital integrated circuit devices is a group of electronic logic gates constructed using one of several different designs, usually with compatible logic levels and power supply characteristics within a family. Many logic families were produced as individual components, each containing one or a few related basic logical functions, which could be used as "building-blocks" to create systems or as so-called "glue" to interconnect more complex integrated circuits. A "logic family" may also refer to a set of techniques used to implement logic within VLSI integrated circuits such as central processors, memories, or other complex functions. Some such logic families use static techniques to minimize design complexity. Other such logic families, such as domino logic, use clocked dynamic techniques to minimize size, power consumption, and delay. Before the widespread use of integrated circuits, various solid-state and vacuum-tube logic systems were used but these were never as standardized and interoperable as the integrated-circuit devices.
    [Show full text]
  • Digital Logic Circuits • Digital Describes Any System Based on Discontinuous Data Or Events
    Digital Logic Circuits • Digital describes any system based on discontinuous data or events. Typically digital is computer data or electronic sampling of an analog signal. Computers are digital machines because at their most basic level they may distinguish between just two values, 0 and 1, or off and on. All data that a computer processes must be encoded digitally, as a series of zeroes and ones. • The opposite of digital is analog. A typical analog device is a clock in which the hands move continuously around the face. Such a clock is capable of indicating every possible time of day. In contrast, a digital clock is capable of representing only a finite number of times (every tenth of a second, for example). 1 Binary Signals Figure 13.3 Logic gate circuits are designed to input and output only two types of signals: “high” (1) and “low” (0), as represented by a variable voltage: full power supply voltage for a “high” state and zero voltage for a “low” state 2 Digital Logic Circuits Logic is defined as the science of reasoning. It is the development of a reasonable or logical conclusion based on known information. Voltage Analog of Internal Combustion Engine in-Cylinder Pressure Figure 13.1 3 Logic Gates • A gate is an electronic circuit that performs a logical operation. Logic gates are the basic building blocks for digital electronic circuits. A switching circuit or circuit is a composition of gates. Operations on the binaries 0, 1 may be viewed as truth functional operations, and binary arithmetic as an application of propositional logic.
    [Show full text]
  • Diode Transistor Logic
    Chapter 5 DIODE TRANSISTOR LOGIC Resistor-Transistor Logic was an early form of logic used in the 1950's and early 1960's. RTL was made from discrete transistors and resistors and manufactured on printed circuit boards with several gates per board. These boards were plugged into board sockets with wiring on the socket pins determining the system function. RTL was a big improvement over vacuum tube technology previously used, requiring less than one quarter the space and one tenth the power dissipation. RTL was superceded in the 1960's by Diode- Transistor Logic and then Transistor-Transistor Logic, DTL and TTL respectively. DTL was initially made with discrete transistors and resistors before being integrated onto silicon. One early form of DTL, used by IBM Corp in the 360 family of computers, was really a hybrid technology. Transistor and diode chips were glued to a ceramic substrate and aluminum resistor paste was deposited on the substrate to make resistors. Finally the ceramic base and components were hermetically sealed in an aluminum can. This family was used extensively in IBM products in the middle to late 1960's. While this family was not a true integrated circuit, it was very successful and was less expensive than true integrated circuits for several years. By the early 1970's integrated circuits became quite common and DTL gave way to TTL which was more appropriate to integrated circuit technology. While DTL is no longer commercially used, we will discuss it because it is similar to and easier to understand than TTL, and because designers still find the configuration of value.
    [Show full text]
  • Logic Family
    LOGIC FAMILY LOGIC FAMILY In computer engineering, a logic family may refer to one of two related concepts. A logic family of monolithic digital integrated circuit devices is a group of electronic logic gates constructed using one of several different designs, usually with compatible logic levels and power supply characteristics within a family. Many logic families were produced as individual components, each containing one or a few related basic logical functions, which could be used as "building-blocks" to create systems or as so-called "glue" to interconnect more complex integrated circuits. A "logic family" may also refer to a set of techniques used to implement logic within VLSI integrated circuits such as central processors, memories, or other complex functions. Some such logic families use static techniques to minimize design complexity. Other such logic families, such as domino logic, use clocked dynamic techniques to minimize size, power consumption and delay. Before the widespread use of integrated circuits, various solid-state and vacuum-tube logic systems were used but these were never as standardized and interoperable as the integrated-circuit devices. Technologies The list of packaged building-block logic families can be divided into categories, listed here in roughly chronological order of introduction, along with their usual abbreviations: Resistor–transistor logic(RTL) o Direct-coupled transistor logic(DCTL) o Resistor–capacitor–transistor logic (RCTL) Diode–transistor logic(DTL) o Complemented transistor diode logic
    [Show full text]
  • Chapter -1 Logic Families
    CHAPTER -1 LOGIC FAMILIES 1.) Logic families classification a.) TTL…Transistor-transistor logic (TTL) is a digital logic design in which bipolar transistor s act on direct-current pulses. Many TTL logic gate s are typically fabricated onto a singleintegrated circuit (IC). TTL ICs usually have four-digit numbers beginning with 74 or 54. A TTL device employs transistor s with multiple emitters in gates having more than one input. TTL is characterized by high switching speed (in some cases upwards of 125 MHz ), and relative immunity to noise . Its principle drawback is the fact that circuits using TTL draw more current than equivalent circuits using metal oxide semiconductor ( MOS ) logic. Low-current TTL devices are available, but the reduced current demand comes at the expense of some operating speed. b.) ECL…In electronics, emitter-coupled logic (ECL) is a high-speed integrated circuit bipolar transistor logic family.ECL uses an overdriven BJT differential amplifier with single-ended input and limited emitter current to avoid the saturated (fully on) region of operation and its slow turn-off behavior c.) CMOS…The term CMOS stands for “Complementary Metal Oxide Semiconductor”. CMOS technology is one of the most popular technology in the computer chip design industry and broadly used today to form integrated circuits in numerous and varied applications. Today’s computer memories, CPUs and cell phones make use of this technology due to several key advantages. This technology makes use of both P channel and N channel semiconductor devices. The main advantage of CMOS over NMOS and BIPOLAR technology is the much smaller power dissipation.
    [Show full text]
  • Chapter 3 Fabrication and Characterization of Nanowire Logic
    48 Chapter 3 Fabrication and characterization of nanowire logic circuits 3.1 Introduction Complementary symmetry logic gates involve both p- and n-type transistors. Such logic gates outperform structures based upon pure p- or n-type technology with a key characteristic of low static power consumption, implying significant advantages for ever-denser circuit integration.1 In fact, beginning in the early 1980s, there was a forced move from NMOS to complementary technology despite the increased fabrication complications. Today, a similar trend is occurring in the field of semiconducting nanowires (NWs). These promising building blocks for electronics are not dependent upon existing lithographic limitations.2, 3 Si NWs, in particular, are appealing because 4, 5 they are relatively straightforward to prepare, the Si/SiO2 interface is attractive, and Si NWs exhibit some compatibility with more traditional Si-based technologies.6, 7 Si NW logic gates have been largely based upon p-FETs because they have been historically 49 more reliable to fabricate.6, 8, 9 A few complementary NW devices have been reported, including p-type Si/n-type Si or GaN heterojunctions for diode logic,10, 11 or carbon nanotube (CNT) based inverters.12, 13 These systems are limited by both the stochastic chemical nature of the NW formation and doping and by the very challenging issues involving the assembly of devices into even the most basic circuits.6, 10, 12, 14 For NW electronics to have practical applications, both p- and n-type devices must be integrated onto the same substrate using a technique that is controllable, scalable, and that permits increasingly complex functionalities to be implemented.
    [Show full text]