ECE 3130 – Digital Electronics and Design

Slides:



Advertisements
Similar presentations
Synchronous Counters with SSI Gates
Advertisements

Registers and Counters. Register Register is built with gates, but has memory. The only type of flip-flop required in this class – the D flip-flop – Has.
Counters Chapter 17 Subject: Digital System Year: 2009.
Digital Logic Design Brief introduction to Sequential Circuits and Latches.
Digital Signal Processor (DSP) By Steve D. Wong (166/198A) Ervin Rosario-Figueroa (166/198A) Lana Dam Ivan Pierre-Louis Cuong Nguyen Spring 2003 San Jose.
Counters Mano & Kime Sections 5-4, 5-5. Counters Ripple Counter Synchronous Binary Counters –Design with D Flip-Flops –Design with J-K Flip-Flops Counters.
ENGIN112 L27: Counters November 5, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 27 Counters.
CS370 Counters. Overview °Counter: A register that goes through a prescribed series of states °Counters are important components in computers. °Counters.
EET 1131 Unit 12 Shift Registers
Synchronous Sequential Circuit Design Digital Clock Design.
Counters  A counter is a device which stores (and sometimes displays) the number of times a particular event or process has occurred, often in relationship.
Synchronous Sequential Circuit Design
ECE 3130 – Digital Electronics and Design Lab 7 Binary Counter Fall 2012 Allan Guan.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
© The McGraw-Hill Companies, Inc McGraw-Hill 1 PRINCIPLES AND APPLICATIONS OF ELECTRICAL ENGINEERING THIRD EDITION G I O R G I O R I Z Z O N I 14.
Engineering Lecture1: Logic Circuits & Concepts about basic Electrical Engineering Devices by Christin Sander.
CHAPTER 14 Digital Systems.
Spencer/Ghausi, Introduction to Electronic Circuit Design, 1e, ©2003, Pearson Education, Inc. Chapter 14, slide 1 Introduction to Electronic Circuit Design.
ECE 3130 – Digital Electronics and Design
Rabie A. Ramadan Lecture 3
Introduction Verilog is a HARDWARE DESCRIPTION LANGUAGE (HDL) A hardware description language is a language or means used to describe or model a digital.
CENT-113 Digital Electronics 1 Flip Flops TI Type 502 Flip Flop: 1st production IC in 1960.
Synchronous Counters with SSI Gates
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Lecture 17 Dr. Shi Dept. of Electrical and Computer Engineering.
 Counters are sequential circuits which "count" through a specific state sequence. They can count up, count down, or count through other fixed sequences.
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – Lab 7 Binary Counter.
1 Lecture #11 EGR 277 – Digital Logic Ch. 5 - Synchronous Sequential Logic There are two primary classifications of logic circuits: 1.Combinational logic.
Counters Prepared by: Careene McCallum-Rodney. Introduction Counters uses a Toggle Flip Flops to count either UP or DOWN in binary. A toggle flip flop.
Electronics Merit Badge Class 3 1/17/2016 Electronics Merit Badge Class National Scout Jamboree 1.
Electronics Merit Badge Class 3 3/13/2016Electronics Merit Badge Class 31.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
CHAPTER 14 Digital Systems. Figure 14.1 RS flip-flop symbol and truth table Figure
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – Lab 7 Latches & Flip-flops.
Sequential logic circuits First Class 1Dr. AMMAR ABDUL-HAMED KHADER.
Digital Design: With an Introduction to the Verilog HDL, 5e M. Morris Mano Michael D. Ciletti Copyright ©2013 by Pearson Education, Inc. All rights reserved.
Date: 01/12/2014 Asynchronous (Ripple) Counters Patel Siddhi P rd SEM Computer Science and Engneering B.M.C.E.T Subject Name: Digital Electronics.
Sequential Logic An Overview
ECE 3130 Digital Electronics and Design
FLIP FLOPS Binary unit capable of storing one bit – 0 or 1
EET 1131 Unit 12 Shift Registers
ECE 3130 Digital Electronics and Design
LATCHED, FLIP-FLOPS,AND TIMERS
Question 8.18 (page 397) Design a digital system that multiplies two unsigned binary numbers by the repeated addition method. For example, to multiply.
Digital Electronics Introduction
ECE 3130 Digital Electronics and Design
ECE 3130 – Digital Electronics and Design
Prof. Hsien-Hsin Sean Lee
FIGURE 5.1 Block diagram of sequential circuit
Overview Introduction Logic Gates Flip Flops Registers Counters
Principles & Applications
12-bit counter and 2GHz oscillator
NAND Gate Truth table To implement the design,
Overview Introduction Logic Gates Flip Flops Registers Counters
Flip-FLops and Latches
EET 1131 Unit 12 Shift Registers
Asynchronous Counters with SSI Gates
Synchronous Counters with MSI Gates
ECE 3130 – Digital Electronics and Design
EE 211 Lecture #9 March 31, 2006 T. H. Ortmeyer.
Synchronous Counters with MSI Gates
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN
ECE 3130 – Digital Electronics and Design
Digital Systems II EEC 180 Bevan M. Baas.
FLIP-FLOPS.
EGC 442 Introduction to Computer Architecture
14 Digital Systems.
Basic terminology associated with counter and sequential circuits.
ECE 3130 Digital Electronics and Design
Counters.
ECE 448 Lab 3 – Part 1 FPGA Design Flow Based on
Presentation transcript:

ECE 3130 – Digital Electronics and Design Lab 8 Binary Counter Fall 2017

Introduction A binary counter is a device that stores the number of times that an event/process occurs Up/down counter When the selector is in the up state, the counter increments its value When the selector is in the down state, the counter decrements its value

4-bit Up/Down Binary Counter

Schematic of Up/Down counter T Flip-Flop OR Gate AND Gate

Symbol of Up/Down counter

Test circuit of Up/Down counter clk – period: 20ns, rise/fall time:1ns up – period: 1500ns down – period: 1600ns, VLow: 5v, VHigh: 0v Simulation time: 1500ns, Step time: 5ns

Waveforms of Up/Down counter

Assignment Build and test a 4-bit up/down binary counter. Attach all screenshots into one PDF file, including schematic, symbol, test circuit schematic, waveforms.