ECE 2110: Introduction to Digital Systems Introduction (Contd.)

Slides:



Advertisements
Similar presentations
CT455: Computer Organization Logic gate
Advertisements

The scale of IC design Small-scale integrated, SSI: gate number usually less than 10 in a IC. Medium-scale integrated, MSI: gate number ~10-100, can operate.
UNIT 8 DIGITAL LOGIC. (1) To study and understand Boolean algebra and Boolean properties. (2) To design and analyze Logic gates. (3) To design and analyze.
Sistemas Digitais I LESI - 2º ano Lesson 1 - Introduction U NIVERSIDADE DO M INHO E SCOLA DE E NGENHARIA Prof. João Miguel Fernandes
Introduction to Digital Electronics. Suplementary Reading Digital Design by - John F. Wakerly – - you will find some solutions at this site.
Introduction to Digital Systems By Dr. John Abraham UT-Panam.
Intro to Logic Gates & Datasheets
 The bipolar processes, coupled with thin film resistors and laser wafer trim technology, led to the proliferation of IC.The CMOS and bipolar processes.
CMPT150, Ch 3, Tariq Nuruddin, Fall 06, SFU 1 Ch3. Combinatorial Logic Design Modern digital design involves a number of techniques and tools essential.
EECC341 - Shaaban #1 Lec # 1 Winter Introduction to Digital Systems Analog devices and systems process time-varying signals that can take.
Combinational Circuits
Design and Implementation of VLSI Systems (EN0160) Sherief Reda Division of Engineering, Brown University Spring 2007.
Digital Design: Chapters Chapter 1. Introduction Digital Design - Logic Design? Analog versus Digital Once-analog now goes digital –Still pictures.
Experiment #2: Introduction to Logic Functions and their Gate-Level Hardware Implementations CPE 169 Digital Design Laboratory.
ECE 3110: Introduction to Digital Systems Instructor: Dr. Omar Elkeelany Tel: Course web:
Any logic circuits can be transformed to an implementation where only NAND gates (and inverters) are used. The general approach to finding a NAND-gate.
Digital and Analog Quantities
Component Identification: Digital Introduction to Logic Gates and Integrated Circuits © 2014 Project Lead The Way, Inc.Digital Electronics.
Introductory Digital Concepts
GOOD MORNING.
Chapter 4 Programmable Logic Devices: CPLDs with VHDL Design Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights.
Charles Kime & Thomas Kaminski © 2004 Pearson Education, Inc. Terms of Use (Hyperlinks are active in View Show mode) Terms of Use Lecture 11 – Design Concepts.
Ch 1. Introduction Analog Signal Continuous voltage Unwanted noise
Digital Design: Principles and Practices
April 15, Synthesis of Signal Processing on FPGA Hongtao
Introduction to the Board Game Counter
Morgan Kaufmann Publishers
Introduction to Digital Design
INTERGRATED CIRCUITS LECTURE 17. History of Electronic Devices 1st Generation Electron tubes INTERGRATED CIRCUITS LECTURE 17.
ECE 3110: Introduction to Digital Systems Review #1 (Chapter 1,2)
Principles Of Digital Design Chapter 1 Introduction Design Representation Levels of Abstraction Design Tasks and Design Processes CAD Tools.
CPS120: Introduction to Computer Science
Digital Components and Combinational Circuits Sachin Kharady.
Chapter 1: Introduction Digital Logics and Circuits
1 DIGITAL ELECTRONICS. 2 OVERVIEW –electronic circuits capable of carrying out logical (boolean) and arithmetic operations on information stored as binary.
DIGITAL LOGIC DESIGN BY: ENGR. M.ZAKIR SHAIKH. DIGITAL LOGIC DESIGN BY: ENGR. M.ZAKIR SHAIKH.
CMP 4202: VLSI System Design Lecturer: Geofrey Bakkabulindi
Chapter 4 Programmable Logic Devices: CPLDs with VHDL Design Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights.
ECE 3110: Introduction to Digital Systems Introduction (Contd.)
ECE 2110: Introduction to Digital Systems Introduction (Contd.)
ECE 3110: Introduction to Digital Systems Introduction (Contd.)
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
Fall 2004EE 3563 Digital Systems Design EE 3563 Combinational Design Practices  Change in reading assignment: 5.3.1,  SSI – Small Scale Integration.
Computer logic Data and programs in digital computers are represented and processed by electronic circuit networks called digital logic circuits or logic.
Digital Design Basics Analog vs Digital Why we need digital? Reproducibility, economy, programmability… Digital Devices Gates, FFs Combinational, sequential.
EE 5900 Advanced Algorithms for Robust VLSI CAD, Spring 2009 Combinational Circuits.
Magnitude Comparator Dr. Ahmed Telba.
ECE 2110: Introduction to Digital Systems
ECE 3110: Introduction to Digital Systems Introduction (Contd.)
TOPIC : Introduction to Sequential Circuits UNIT 1: Modeling and Simulation Module 4 : Modeling Sequential Circuits.
EMT 351/4 DIGITAL IC DESIGN Week # 1 EDA & HDL.
Combinational Logic Design
Figure 1.1 The Altera UP 1 CPLD development board.
ECE 2110: Introduction to Digital Systems
ECE 3110: Introduction to Digital Systems
ECE 3110: Introduction to Digital Systems
NAND-ONLY LOGIC CIRCUITS
CS105 Introduction to Computer Concepts GATES and CIRCUITS
CSE221- Logic Design, Spring 2003 Logic Technology
Digital Electronics Lab 2 Instructor:
Chapter 3 – Combinational Logic Design
EET 1131 Unit 3 Basic Logic Gates
HIGH LEVEL SYNTHESIS.
Chapter 2 Gates.
Combinational Circuits
Digital Systems Design 2
Component Identification: Digital
Combinational Circuits
1.Introduction to Advanced Digital Design (14 marks)
Unit IV Adders Subtractors Flip Flops Counters Multiplexes and De multiplexes. Integrated circuits-Op. amp – Characteristics Inverting amplifier - Non-inverting.
Presentation transcript:

ECE 2110: Introduction to Digital Systems Introduction (Contd.)

2 Previous class Summary Digital devices Digital vs. analog Why digital

ECE 2110: Introduction to Digital systems Digital Devices Gates:  AND, OR, NOT (inverter): most important gates. Can realize any digital function.  NAND, NOR… Flip-flops:  Stores 0/1, built from gates Gates: Combinational circuit: output depends only on the current input combination. Flip-flops: Sequential circuit: output depends on current input as well as past inputs. Has memory of past events.

4 Digital Logic Binary system -- 0 & 1, LOW & HIGH, negated and asserted. Basic building blocks -- AND, OR, NOT

5

6 Electronic aspect of digital design Digital abstraction Range Noise margin Invalid range Specifications

7 Software aspect of digital design Digital design need not involve any software tools. But: modern design, software tools are essential. Examples:  Schematic entry, HDLs (platform compilers, simulators, synthesis tools), simulators, test benches, timing analyzers and verifiers, word processors, high-level languages, CAD

8 Integrated Circuits (IC) (Chapter ) A collection of one or more gates fabricated on a single silicon chip.  Wafer, die Small-scale integration (SSI): 1-20 gates  DIP: dual in-line-pin package  Pin diagram, pinout MSI: gates LSI: 200-1,000,000 VLSI: Fuzzy! Transistor count reached 50million in 1999 and 100 million in 2005.

9 DIP pinout

10 Printed-Circuit Board PCB or PWB (printed-wiring board) Mount ICs so that an IC can connect to other ICs in a system. SMT: Surface-mount technology MCM: multi-chip modules: high speed and density.

11 Summary Electronics aspects of digital design Integrated Circuits SSI, MSI, LSI, VLSI Printed Circuit Boards

12 Next… HW: Work Wakerly problems 1.3,1.6 Finish reading Chapter 1,  You may use for homework #1 (but make sure that definitions are consistent with the text) Number systems Start Reading: Wakerly chapter 2