DIGITAL LOGIC DESIGN BY: ENGR. M.ZAKIR SHAIKH. DIGITAL LOGIC DESIGN BY: ENGR. M.ZAKIR SHAIKH.

Slides:



Advertisements
Similar presentations
Chapter 3 (part 1) Basic Logic Gates 1.
Advertisements

Introduction to Digital Electronics. Suplementary Reading Digital Design by - John F. Wakerly – - you will find some solutions at this site.
Chapter 2 Digital Electronic Signals and Switches 1.
Design a Logic Probe Experiment 20. Design Specifications Design a logic probe as shown in the block diagram of Figure 1 of Experiment 20 with a signal.
Analog and Digital Signals © 2014 Project Lead The Way, Inc.Digital Electronics.
Chapter 3 Basic Logic Gates 1.
Intro to Logic Gates & Datasheets
CHAPTER 1 Digital Concepts
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
The All IC’s are usually set up in a DIL (Dual In Line) configuration, this is where there are two sets of parallel connections (the pins). As you can.
Digital and Analog Quantities
Component Identification: Digital Introduction to Logic Gates and Integrated Circuits © 2014 Project Lead The Way, Inc.Digital Electronics.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Introductory Digital Concepts
Figure 1–1 Graph of an analog quantity (temperature versus time). Thomas L. Floyd Digital Fundamentals, 9e Copyright ©2006 by Pearson Education, Inc. Upper.
Audio Players 1 Audio Players. Audio Players 2 Introductory Question Audio players record sound in digital form but play it in analog form. The transformation.
Digital Fundamentals Floyd Chapter 1 Tenth Edition
IC packages and applications
Digital Design: Principles and Practices
Engineering Lecture1: Logic Circuits & Concepts about basic Electrical Engineering Devices by Christin Sander.
Introduction to the Board Game Counter
Introduction to Digital Design
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals with PLD Programming.
Waves Digitising analogue data. Analogue What we see in the real world around us Continuously varying –Temperature –Land contours –Speed –Time Temp Time.
: Digital Logic Design Apisake Hongwitayakorn e: w:
1 EENG 2710 Chapter 0 Introduction. 2 Chapter 0 Homework None.
Chapter 1 Introduction: Digital Systems & Logic Design By Taweesak Reungpeerakul.
Floyd, Digital Fundamentals, 10 th ed Slide 1 Digital Fundamentals Tenth Edition Floyd © 2008 Pearson Education Chapter 1.
Chapter 3 Basic Logic Gates William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education, Inc. Upper Saddle River,
LOGIC GATES. Electronic digital circuits are also called logic circuits because with the proper input, they establish logical manipulation paths. Each.
Digital Electronics Component Identification. 2 This presentation will… Introduce common components used in electronics. Define a resistor and present.
ECE 2110: Introduction to Digital Systems Introduction (Contd.)
ECE 3110: Introduction to Digital Systems Introduction (Contd.)
Fall 2004EE 3563 Digital Systems Design EE 3563 Combinational Design Practices  Change in reading assignment: 5.3.1,  SSI – Small Scale Integration.
Logic Signals and Gates. Binary Code Digital logic hides the pitfalls of the analog world by mapping the infinite set of real values for a physical quantity.
Operational Amplifiers The operational amplifier, also know as an op amp, is essentially a voltage amplifier with an extremely high voltage gain. One of.
Floyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd © 2008 Pearson Education Chapter 1.
Component Identification
Sequential logic circuits
© 2009 Pearson Education, Upper Saddle River, NJ All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
School of Computer and Communication Engineering, UniMAP Mohd ridzuan mohd nor DKT 122/3 - DIGITAL SYSTEM I Chapter.
Digital Fundamentals Tenth Edition Floyd © 2008 Pearson Education Chapter 1.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
ECE 3110: Introduction to Digital Systems Introduction (Contd.)
Physical Properties of Logic Devices Technician Series Created Mar
Introduction to Digital Electronics Lecture 1 : Background.
Lecture No. 2 Computer Logic Design. Binary Digits The two state number system is called binary. Its two digits are 0 and 1 A binary digit is called a.
ACCURATE ELECTRONIC STOPWATCH
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
ECE 2110: Introduction to Digital Systems Introduction (Contd.)
Board Game Counter Board Game Counter Digital Electronics TM
Introduction to the Board Game Counter
EKT124 Digital Electronics 1 Introduction to Digital Electronics
EI205 Lecture 1 Dianguang Ma Fall, 2008.
3 PHASE SEQUENCE CHECKER BY LED INDICATION
Digital Fundamentals Floyd Chapter 1 Digital concepts Tenth Edition
Component Identification
Chapter 25 Integrated Circuits.
Analog and Digital Signals
Component Identification
Digital Electronics Lab 2 Instructor:
Analog and Digital Signals
Transistors to Gates Transistors to Gates Gateway To Technology
Component Identification
EET 1131 Unit 3 Basic Logic Gates
Digital Fundamentals Floyd Chapter 1 Tenth Edition
PHASE SEQUENCE CHECKER
Component Identification
Component Identification: Digital
Integrated Circuits Computer Signals
Presentation transcript:

DIGITAL LOGIC DESIGN BY: ENGR. M.ZAKIR SHAIKH

Digital and Analog Quantities Electronic circuits can be divided into two broad categories, digital and analog. An ANALOG quantity is one having continuous values. For example, the air temperature changes over a continuous range of values other examples are time, pressure, distance, and sound. A DIGITAL quantity is one having a discrete set of values. For example, Digital Clock, Traffic Light system etc.

Difference between Analog & Digital Quantities The major difference between analog and digital quantities, then, can be simply stated as follows: Analog = continuous Digital = discrete (step by step)

Advantages of Digital Techniques & Systems An increasing majority of applications in electronics, as well as in most other technologies, use digital techniques to perform operations that were once performed using analog methods. The reasons for the shift to digital technology are Higher accuracy programmability Noise immunity Easier storage of data and Ease of fabrication in integrated circuit form

Binary Digits Digital electronics uses circuits that have two states, which are represented by two different voltage levels called HIGH and LOW. The voltages represent numbers in the binary system. Two digits in BINARY system, 1 and 0, called BIT (Binary digit).

Logics Two types of Logic are used Positive Logic: HIGH=1, LOW=0 Negative Logic: LOW=1, HIGH=0

Logic Levels The voltages used to represent a 1 and a 0 are called logic levels. Ideally, one voltage level represents a HIGH and another voltage level represents a LOW. In a practical digital circuit, however, a HIGH can be any voltage between a specified minimum value and a specified maximum value. Likewise, a LOW can be any voltage between a specified minimum and a specified maximum value. There can be no overlap between the accepted range of HIGH levels and the accepted range of LOW levels.

Figure : Logic level ranges of voltage for a digital circuit. Logic Levels Figure : Logic level ranges of voltage for a digital circuit.

Digital Waveforms Digital waveforms consists of voltage levels that are changing back and forth between the LOW and HIGH levels or states. A positive going pulse (Positive Logic) is one that goes from a normally LOW logic level to a HIGH level and then back again. A Negative going pulse (Negative Logic) is one that goes from a normally HIGH logic level to a LOW Logic level and then back again.

Figure: Ideal pulses The pulses in above Figure are ideal because the rising and falling edges are assumed to change in zero time (instantaneously). Actual pulses are not ideal but are described by the rise time, fall time, amplitude, and other characteristics.

Rise Time & Fall Time The time required for a pulse to go from its LOW level to its HIGH level is called the rise time (tT). The time required for the transition from the HIGH level to the LOW level is called the fall time (tf).

Timing Diagrams A timing diagram is a graph, used to show the relationship between two or more digital waveforms. Following Figure is an example of a timing diagram made up of four waveforms.

Integrated Circuits (ICs) Integrated circuit (IC) is an electronic circuit that is constructed entirely on a single small chip of silicon. All the components that make up the circuit: transistors, diodes, resistors, and capacitors are an integral part of that single chip.

IC Packages IC packages are classified as either Through-hole mounted or Surface mounted. The most common type of through-hole package is the dual in-line package (DIP) shown in following figure (a). The type of IC package uses surface-mount technology (SMT) surface- mounted package is the small outline integrated circuit (SOIC)as shown in the following figure (b).

Digital Integrated Circuits (ICs) Digital ICs are Classified into two types Fixed-Function ICs Programmable ICs

Fixed-Function ICs In fixed-function logic, the logic functions are set by the manufacturer and cannot be altered. Example are Logical Gate ICs Counter ICs Multiplexers/De-multiplexers

Programmable Logic ICs In Programmable Logic ICs, the logic functions are set by the manufacturer and can be Changed through programming. Example are FPGAs CPLDs ASICs SPLDs

Pin Numbering All IC packages have a standard format for numbering the pins (leads). The dual in-line packages (DIPs) and the small-outline IC packages (SOICs) have the numbering arrangement illustrated in Figure for a 16-pin package. Looking at the top of the package, pin1 is indicated by an identifier that can be either a small dot, a notch.

Software For the Simulation of Digital Circuits the different Software are used some are Digital work Electronics WorkBench MultiSim Electronics WorkBench

Module Educational Module E18/EV (Trainer) E18/EV Module/Trainer consists in a printed Circuits on which Digital Logic Circuits (TTL & CMOS) are Mounted performing the Different functions.

THANKS