DIGITAL ELECTRONICS THEME 7: Register structures – with parallel input, with serial input. Shift registers – reversible, cycle. Register structures are.

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

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.
CS 151 Digital Systems Design Lecture 19 Sequential Circuits: Latches.
Dr. ClincyLecture1 Appendix A – Part 2: Logic Circuits Current State or output of the device is affected by the previous states Circuit Flip Flops New.
Digital Logic Design Brief introduction to Sequential Circuits and Latches.
Sequential Circuits A Basic sequential circuit is nothing but a combinational circuit with some feedback paths between its output and input terminals.
Latches Section 4-2 Mano & Kime. Sequential Logic Combinational Logic –Output depends only on current input Sequential Logic –Output depends not only.
Shift Registers and Shift Register Counters
Fall 2007 L16: Memory Elements LECTURE 16: Clocks Sequential circuit design The basic memory element: a latch Flip Flops.
Sequential Circuit Introduction to Counter
C HAPTER S IX R EGISTERS AND C OUNTERS 1. A clocked sequential circuit consists of a group of flip-flops and combinational gates connected to form a feedback.
Introduction Flip-flops are synchronous bistable devices. The term synchronous means the output changes state only when the clock input is triggered. That.
A.Abhari CPS2131 Registers A register is a group of n flip-flops each of them capable of storing one bit of information There are two types of registers:
REGISTER A Register is a group of binary storage cells suitable for holding binary information. A group of flip-flops constitutes a register, since each.
Sequential logic and systems
Sequential Circuit  It is a type of logic circuit whose output depends not only on the present value of its input signals but on the past history of its.
SEQUENTIAL CIRCUITS USING TTL 74XX ICS
1 Sequential Circuits Registers and Counters. 2 Master Slave Flip Flops.
Registers and Counters
Registers and Counters
1 Registers and Counters A register consists of a group of flip-flops and gates that affect their transition. An n-bit register consists of n-bit flip-flops.
Rabie A. Ramadan Lecture 3
Sequential logic circuits
Digital Electronics Electronics Technology Landon Johnson Shift Registers.
CO5023 Latches, Flip-Flops and Decoders. Sequential Circuit What does this do? The OUTPUT of a sequential circuit is determined by the current output.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
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.
1 Registers A register is a group of n flip-flops each of them capable of storing one bit of information There are two types of registers: parallel and.
Sequential logic circuits First Class 1Dr. AMMAR ABDUL-HAMED KHADER.
Computer Science 210 Computer Organization
Sequential Logic An Overview
Dr. Clincy Professor of CS
Class Exercise 1B.
REGISTER TRANSFER LANGUAGE (RTL)
Electronics Technology
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Sequential Logic Counters and Registers
INTRODUCTION Overview of Shift Registers
Dr. Clincy Professor of CS
Flip Flop.
Sequential Circuit - Counter -
Multipliers Multipliers play an important role in today’s digital signal processing and various other applications. The common multiplication method is.
Computer Science 210 Computer Organization
Shift Registers.
Latches and Flip-flops
DIGITAL ELECTRONICS ТHEME 4: SEQUENTIAL LOGIC CIRCUITS. FLIP- FLOPS – ASYNCHRONOUS AND SYNCHRONOUS, R - S, D, T, J - K FLIP- FLOPS. The value of the outputs.
Registers and Counters Register : A Group of Flip-Flops. N-Bit Register has N flip-flops. Each flip-flop stores 1-Bit Information. So N-Bit Register Stores.
Lesson Objectives Aims
Flip-Flop Applications
Computer Science 210 Computer Organization
Elec 2607 Digital Switching Circuits
Flip-Flop Applications
Lecture No. 24 Sequential Logic.
Computer Architecture and Organization: L02: Logic design Review
ECE 3130 – Digital Electronics and Design
Principles & Applications
Registers.
FLIP-FLOPS.
Digital Logic Department of CNET Chapter-6
Digital Logic Department of CNET Chapter-6
14 Digital Systems.
Outline Registers Counters 5/11/2019.
Registers and Counters
Reference Chapter 7 Moris Mano 4th Edition
Registers Today we’ll see some common sequential devices: counters and registers. They’re good examples of sequential analysis and design. They are also.
Sequential Digital Circuits
Week 11 Flip flop & Latches.
Shift Registers Dr. Rebhi S. Baraka
Clocks A clock is a free-running signal with a cycle time.
Presentation transcript:

DIGITAL ELECTRONICS THEME 7: Register structures – with parallel input, with serial input. Shift registers – reversible, cycle. Register structures are sequential logic circuits designed for intermediate memorizing of digital data. A part of this structures could be used also for converting the data format. The register structures are composed by connected flip-flops. The number of flip-flops (n) determines the bits number of digital data stored in the register structure. The register structures are classified according to the type of their input and output: Parallel registers Serial registers Parallel-serial registers Parallel registers (usually called memory registers) are used only to memorize n – bits digital data. The inputs of all n flip-flops (Х1, Х2, ..Хn) are accessible and they are used to fed the digital data which will be stored in the register. The digital data are stored in all flip-flops simultaneously. For example, if all flip-flops are reset (inner state ‘0’) at a moment of time t, in the next moment of time (t+1) the flip-flops are set in new inners state in accordance with the data fed on their inputs: Q1(t+1)=X1(t); Q2(t+1)=X2(t); Q3(t+1)=X3(t);……………………. Qn(t+1)=Xn(t).

DIGITAL ELECTRONICS Parallel registers are divided on two groups depending on the way for fixing the data on the inputs in the flip-flops : the first group are the registers composed by edge–controlled flip-flops, where the input data are written in the register during the active edge of the clock pulse (С) – these are “D-type registers”; the other group are registers composed by clock-controlled flip-flops (gated latch), where the input data are written in the register during the active level of clock signal (С). This type of registers are called “with transparency fixations”. An example of such register is IC 74373, which is 8-bits parallel register with transparency fixations. It has one additional input for control of tree-state of output buffers of the flip-flops. Internal circuit of 8-bits parallel register IC 74273. (D-type register)

DIGITAL ELECTRONICS Serial registers, also known as shift registers, except playing role of intermediate memory for n – bits digital data, are used for shifting the stored data on the left or on the right. The processes of Introducing the digital data to the registers and shifting that data inside are controlled by clock pulses. The shift registers are implemented by D, J-K or R-S flip-flops. Shift registers which can shift data in both directions – from right to the left and vise versa are called reversible. The shift registers could be realized with parallel inputs or with serial input. The data which will be written in a register with serial input are fed in serial format only to the input of the first flip-flop. After n clock pulses the data will be written in the register. In parallel registers the digital data fed to the parallel inputs are introduced at once simultaneously in all flip-flops. Depending on the type of data format at the input and at the output of the registers they can convert the format of the stored information: - From serial to parallel, when the data are introduced by the serial input and are taken from the parallel outputs of all flip-flops composing the register structure; - From parallel to serial, when the data are introduced from the inputs of all flip-flops in the structure and are taken only from the output of the last flip-flop.

DIGITAL ELECTRONICS Circuit and time-diagrams for introducing digital data 1101 in 4-bits shift register with serial input Clock Reset Q1 Q2 Q3 Q4 t The shift registers are used for realization of cycle registers, in which the serial input is connected with the serial output of the register (the output of the last flip-flop in the structure). Here, the data stored in the register cycling inside under the control of clock pulses.

DIGITAL ELECTRONICS Clock Reset Q1 Q2 Q3 Q4 t Circuit and time-diagrams of 4-bits cycle register with stored digital data 1000 inside. In integral realization different types of registers are produced. This variety allows implementation of all possible configurations of register structures which are necessary in practice.