Digital Logic Circuit Analysis & Design 王 军 王 军 王晓东.

Slides:



Advertisements
Similar presentations
D Flip-Flop.
Advertisements

Lecture 23: Registers and Counters (2)
Registers and Counters
CMPUT Computer Organization and Architecture II1 CMPUT329 - Fall 2003 TopicJ: Counters José Nelson Amaral.
Counter Circuits and VHDL State Machines
Homework Reading Machine Projects Labs Tokheim Chapter 9.1 – 9.6
Contemporary Logic Design Sequential Case Studies © R.H. Katz Transparency No Chapter #7: Sequential Logic Case Studies 7.1, 7.2 Counters.
ECE 331 – Digital System Design Counters (Lecture #18)
Synchronous Sequential Circuit Design Digital Clock Design.
Sequential Circuit Introduction to Counter
EET 1131 Unit 11 Counter Circuits  Read Kleitz, Chapter 12, skipping Sections and  Homework #11 and Lab #11 due next week.  Quiz next week.
Registers and Counters
Digital Fundamentals with PLD Programming Floyd Chapter 10
Electronics Technology
Synchronous Sequential Circuit Design
SEQUENTIAL CIRCUITS USING TTL 74XX ICS
Chapter 1_4 Part II Counters
ECE 301 – Digital Electronics Counters (Lecture #16)
CHAPTER 6 MODULAR SQUENTIAL CIRCUITS & APPLICATIONS
1 DIGITAL ELECTRONICS. 2 OVERVIEW –electronic circuits capable of carrying out logical (boolean) and arithmetic operations on information stored as binary.
CENT-113 Digital Electronics 1 Flip Flops TI Type 502 Flip Flop: 1st production IC in 1960.
Synchronous Counters with SSI Gates
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
2017/4/24 CHAPTER 6 Counters Chapter 5 (Sections )
Counters By Taweesak Reungpeerakul
ENG241 Digital Design Week #8 Registers and Counters.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Counter Circuits and VHDL State Machines
Sequential logic circuits
Synchronous Counter with MSI Gates
Decade Counter (BCD Counter). Introduction A counter which is reset at the 10 th clock pulse is called decade counter. The decade counter is otherwise.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
Counters and Registers Synchronous Counters. 7-7 Synchronous Down and Up/Down Counters  In the previous lecture, we’ve learned how synchronous counters.
ENG241/ Lab #11 ENG2410 Digital Design LAB #1 Introduction Combinational Logic Design.
COUNTERS Why do we need counters?
Unit 1 – Counters and Registers Mr. Grimming. Introduction FFs and logic gates are combined to form various counters and registers. Unit Goals Goals:
Basic Counters: Part I Section 7-6 (pp ).
Chapter 8 Solving Larger Sequential Problems.
DIGITAL COMPONENTS. MULTIPLEXERS A multiplexer is a combinational circuit that receives binary information from one of 2 n input data lines and directs.
THEME 6: Frequency dividers. Digital counters with reduced counting modulus. Programmable digital counters. If the input pulses are more than K, the counter.
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
Counters In digital logic and computing, a counter is a device which stores (and sometimes displays) the number of times a particular event or process.
1 Homework Reading –Tokheim Chapter 9.1 – 9.6 Machine Projects –Continue on mp3 Labs –Continue in labs with your assigned section.
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.
Sequential Logic An Overview
Homework Reading Machine Projects Labs Tokheim Chapter 9.1 – 9.6
Registers and Counters
EET 1131 Unit 11 Counter Circuits
Synchronous Counter with MSI Gates
EKT 221 – Counters.
EKT 221 : Digital 2 COUNTERS.
Sequential Logic Counters and Registers
Sequential Circuit: Counter
LAB #1 Introduction Combinational Logic Design
D Flip-Flop.
University of Maryland Baltimore County Department of Computer Science and Electrical Engineering   CMPE 212 Laboratory (Discussion 12) Hasib Hasan
Digital Fundamentals with PLD Programming Floyd Chapter 10
Synchronous Counters with MSI Gates
29-Nov-18 Counters Chapter 5 (Sections ).
Synchronous Counters with MSI Gates
EET 1131 Unit 11 Counter Circuits
Chapter 8 Counters Changjiang Zhang
Switching Theory and Logic Design Chapter 5:
Digital Logic Department of CNET Chapter-6
Digital Logic Department of CNET Chapter-6
14 Digital Systems.
Prof. Onur Mutlu ETH Zurich Spring March 2019
Outline Registers Counters 5/11/2019.
Instructor: Alexander Stoytchev
Presentation transcript:

Digital Logic Circuit Analysis & Design 王 军 王 军 王晓东

A counter consists of a register and the associated logic. A 4-bit binary counter TOUNTER

 CLOCK: synchronous counting input.  CLR’: asynchronous clear (active low).  Load’: synchronous load (active low).  ENT and ENP: count enables (active high).  IND,C,B,A: loading inputs.  OV: overflow output (reaching the maximum-1111)

An 8-bit binary counter (base 28-1)

A 4-bit binary down/up ’ counter A 4-bit binary down/up ’ counter 74191

Base 16 (2×8) asynchronous counter 7493.

Note: If the clock is connected to X, it counts to 8; If Y, it counts to 16. SP3,4b: P471~473 EX3,4a,5: P481 LAB14

Experiment 14 A Base-60 Counter Section 1 Introduction and Guidance a. Introduction: Counters may be synchronous or asynchronous and may be base 10 or 16 or else. Most synchronous counters have parallel loads; they may be preset to a value, using the load signal and an input line for each bit. We will have to understand them well and use them skillfully. The purpose of this experiment is to make students master the designing method of a base-60 counter and consolidate the ability of using seven segment displays. b. Guidance: Counters are commercial medium-scale integrated circuits. Design a counter that goes from 0 to 59 and display the count on the two seven segment displays. To implement more complex problems, we definitely choose corresponding chips and gates. Take the following available resources to finish the experiment. Available Resources: 1. SAC-DS4 LOGIC LAB 2. ALTERA MAX+PLUS II 3. TTL chips: 74160, 74138,74373,7448 and 7473

Section 2 Report Fourteen Pre-experiment Find the pin layouts of the chips availed of above Draw the circuit diagram of this system which you have designed.

In-experiment Any problem with wiring? Any problem with chips? Any other problems? Testing results in ALTERA MAX+PLUS Ⅱ (waveform simulations)

Post-experiment Something Learned:

The end