UNIT-3-SEQUENTIAL LOGIC DESIGN
UNIT-3-SEQUENTIAL LOGIC DESIGN
UNIT-3-SEQUENTIAL LOGIC DESIGN
System Requirements: for this system to work accurately we will be using a combination of
Sequential circuits such as:
Register
Binary Counter
Clock generator
and Combinational circuits such as :
7-segement decoder
Control Logic
Display Unit
a. Initial State
System powered on
All components initialized
Display shows 0
Waiting for user interaction
b. Start Scenario
2. Binary Counter Functionality: Binary counters are circuits that generate binary
sequences that can be associated with the number of clock signal pulses applied to the
input. Ndjountche, T. (2016)
A Decade 4-bit Synchronous Counter is an excellent choice for this project, we will
use this because of advantages such as;
Precise Counting
It exactly tracks the 0-9 range we require
It is a natural fit for seconds’ display
Synchronous with clock signal
It is simple to implement
Minimizes time related errors
Ideal for educational purposes.
It also has a built-in reset mechanism
Implementation:
4
Sequential Logic Design
The register will store current counter value when the Control logic receives
signal states from clock.
The register will also maintain the display state and allow continuity without
losing progress when the stop button is pressed.
4. 7-segement Decoder:
To control the sequence of operation or the display of the numbers represented
by flip-flop states, a decoder must be associated with the counter.
Ndjountche, T. (2016)
This is where the binary signals from the counter is converted to display
signals.
It works by converting a 4-bit binary to 7-segement pattern
REFERENCES:
1. Ndjountche, T. (2016). Digital electronics 2: Sequential and arithmetic logic
circuits. John Wiley & Sons, Incorporated.
5
Sequential Logic Design
2. Elector Tutorlas (nd) Synchronous Counter Retrieved from
https://www.electronics-tutorials.ws/counter/count_3.html
3. Ndjountche, T. (2016). Digital electronics 2: Sequential and arithmetic logic
circuits. John Wiley & Sons, Incorporated. (p.2.6)