Rise and rise again until lambs become lions 授課老師:伍紹勳 課程助教:邱麟凱、江長庭.

Slides:



Advertisements
Similar presentations
Tutorial 2 Sequential Logic. Registers A register is basically a D Flip-Flop A D Flip Flop has 3 basic ports. D, Q, and Clock.
Advertisements

Counters Discussion D8.3.
Synchronous Counters with SSI Gates
Logic Design Lab3 老師 : 伍紹勳 助教 : 江長庭 鄭仲傑. Equipment IC : –7408(AND) x 1 –7432(OR) x 1 –7486(XOR) x 1 –LED x 3.
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.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Sequential Logic Computer Organization Ellen Walker Hiram College Figures from Computer Organization and Design 3ed, D.A. Patterson & J.L. Hennessey, Morgan.
Rise and rise again until lambs become lions 授課老師:伍紹勳 課程助教:邱麟凱、江長庭.
Sequential Logic Design
Homework Reading Machine Projects Labs Tokheim Chapter 9.1 – 9.6
Sequential Logic Design
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.
Rise and rise again until lambs become lions 授課老師:伍紹勳 課程助教:邱麟凱、江長庭.
Asynchronous Counter © 2014 Project Lead The Way, Inc.Digital Electronics.
Sequential Logic - An Overview
ECE 320 Homework #6 Derive the state table and state diagram of the sequential circuit of the Figure below. What is the function of the circuit? A’ A.
Registers and Counters
Asynchronous Counters with SSI Gates
ECE 3130 – Digital Electronics and Design Lab 7 Binary Counter Fall 2012 Allan Guan.
Flip Flop
Rise and rise again until lambs become lions 授課老師:伍紹勳 課程助教:江長庭、柯俊先.
Synchronous Counters ET 5. Thinking back In the past we have seen that asynchronous counters can be used to count binary in the order that we have filled.
Logic Experiment 4 老師:伍紹勳 助教:江長庭 鄭仲傑.
Rabie A. Ramadan Lecture 3
Rise and rise again until lambs become lions 授課老師:伍紹勳 課程助教:邱麟凱、江長庭 有情助教:蔡東倫.
2017/4/24 CHAPTER 6 Counters Chapter 5 (Sections )
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.
CHAPTER 8 - COUNTER -.
Rise and rise again until lambs become lions 授課老師:伍紹勳 課程助教:邱麟凱、江長庭.
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – Lab 7 Binary Counter.
Sequential logic circuits
Counters and Registers Synchronous Counters. 7-7 Synchronous Down and Up/Down Counters  In the previous lecture, we’ve learned how synchronous counters.
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.
Counters Computer Organization I 1 June 2010 © McQuain, Feng & Ribbens JK Flip-flop The JK flip-flop takes two data inputs and updates its.
Dept. of Electrical and Computer Eng., NCTU 1 Lab 8. D-type Flip-Flop Presenter: Chun-Hsien Ko Contributors: Chung-Ting Jiang and Lin-Kai Chiu.
A sequential logic circuit (a.k.a. state machine) consists of both combinational logic circuit(s) and memory devices (flip flops). The combinational circuits.
Rise and rise again until lambs become lions 授課老師:伍紹勳 課程助教:江長庭、柯俊先.
Logic Design Lab1 老師 : 伍紹勳 助教 : 江長庭 鄭仲傑. 清點器材 邏輯分析儀 *1 1pin 線 *4 8pin 線 *2 紅鱷魚夾 *1 黑鱷魚夾 *1 USB 線 *1.
3 BIT DOWN COUNTER SUBJECT: DIGITAL ELECTONICS CODE: COLLEGE: BVM ENGINEERING COLLEGE COLLEGE CODE:008 ELECTRONICS & TELECOMMUNICATION DEPT.
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.
Rise and rise again until lambs become lions 授課老師:伍紹勳 課程助教:邱麟凱、江長庭.
Dept. of Electrical and Computer Eng., NCTU 1 Lab 10. Up/Down Counter Presenter: Chun-Hsien Ko Contributors: Chung-Ting Jiang and Lin-Kai Chiu.
1 Homework Reading –Tokheim Chapter 9.1 – 9.6 Machine Projects –Continue on mp3 Labs –Continue in labs with your assigned section.
Sequential Logic An Overview
FLIP FLOPS Binary unit capable of storing one bit – 0 or 1
Homework Reading Machine Projects Labs Tokheim Chapter 9.1 – 9.6
Asynchronous Counters with SSI Gates
Figure 12-13: Synchronous Binary Counter
FIGURE 5.1 Block diagram of sequential circuit
Sequential Circuit: Counter
DR S. & S.S. GHANDHY ENGINEENRING COLLEGE
University of Maryland Baltimore County Department of Computer Science and Electrical Engineering   CMPE 212 Laboratory (Discussion 11) Hasib Hasan
T Flip-Flop A T (toggle) flip-flop is a complementing flip-flop and can be obtained from a JK flip-flop when the two inputs are tied together. When T.
University of Maryland Baltimore County Department of Computer Science and Electrical Engineering   CMPE 212 Laboratory (Discussion 12) Hasib Hasan
Registers and Counters
Sequential logic circuits
Asynchronous Counters with SSI Gates
Digital Logic & Design Dr. Waseem Ikram Lecture No. 31.
Assignment 1.
Registers and Counters
Lecture No. 32 Sequential Logic.
University of Maryland Baltimore County Department of Computer Science and Electrical Engineering   CMPE 212 Laboratory (Discussion 13) Hasib Hasan
Counter Integrated Circuits (I.C.s)
EGC 442 Introduction to Computer Architecture
Flip Flops Unit-4.
Registers and Counters
CMPE212 Discussion 11/21/2014 Patrick Sykes
Forward Design by state transition table, and state graph
Presentation transcript:

Rise and rise again until lambs become lions 授課老師:伍紹勳 課程助教:邱麟凱、江長庭

Rise and rise again until lambs become lions Outlines Up/down counter JK flip flop T flip flop Up/down counter of using T flip flops Lab

Rise and rise again until lambs become lions Up/down counter 4-bit up/down counter

Rise and rise again until lambs become lions JK flip flop JK flip flop and 74LS76

Rise and rise again until lambs become lions T flip flop Transition table Implement by a JK flip flop T T=1 Toggle T=0 Hold

Rise and rise again until lambs become lions Inputs of the 4 T flip flops – T0, T1, T2, and T3 Outputs of the 4 T flip flops – Q0, Q1, Q2 and Q3 4-bit up counter of using 4 T flip flops T0T0 T1T1 T2T2 T3T3 Q0Q0 Q1Q1 Q2Q2 Q3Q3 Clock T 0 =1 and Q 0 =1 - - > T 1 =1 T 0 =1 and Q 0 =0 - - > T 1 =0 T 0 =1 and Q 0 =1 - - > T 1 =1 T 1 =1 and Q 1 =1 - - > T 2 =1 +1

Rise and rise again until lambs become lions Inputs of the 4 T flip flops – T0, T1, T2, and T3 Outputs of the 4 T flip flops – Q0, Q1, Q2 and Q3 4-bit down counter of using 4 T flip flops T0T0 T1T1 T2T2 T3T3 Q0Q0 Q1Q1 Q2Q2 Q3Q3 Clock T 0 =1 and Q 0 =0 - - > T 1 =1 T 0 =1 and Q 0 =1 - - > T 1 =0 T 0 =1 and Q 0 =0 - - > T 1 =1 T 1 =1 and Q 1 =0 - - > T 2 =1

Rise and rise again until lambs become lions Circuit of 4-bit up/down counter Two inputs Four outputs Up = 0Up = 1 Down = 0HoldUp Count Down = 1Down CountUp Count

Rise and rise again until lambs become lions Lab Implement a up/down counter – IC : 7404(Inverter) x (AND) x (OR) x1 7476(JK) x 2 LED x 4