0% found this document useful (0 votes)
20 views

Cse 231

Uploaded by

srktemp2023
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Cse 231

Uploaded by

srktemp2023
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

CSE231 Digital Logic Design

Review Class
Real Time Application

Prof. Dr. Muhammad Shahin Uddin


Email: [email protected]
Traffic Signal Problems
Japanese train signals are more complex than ours, but it is needed because Japan
has some of the world's fastest train. The signals allow speed in six steps from
stand still up to full speed.

Design a signal decoder, a combinatorial logic network, which uses a three-bit


mode signal M (m2 m1 m0) to generate output signals controlling four colored
lights ( y1 r y0 g).
Mode 0, m2 m1 m0 000, will mean that the signal off.
Mode 1…6, m2 m1 m0 001 … 110 (in binary), select signals for incrementally
increasing allowable speed according to the standard shown in the figure above.
Flashing signal means that y1 and g should blink in an alternating manner,
controlled by the pulse x from a pulse generator.
Traffic Signal Problems

Flashing signal means that y1 and g should blink in an alternating manner, controlled by
the pulse x from a pulse generator.
a) Set up the relationship between the output signals y1 r y0 g and the input signals x m2
m1 m0 as a table (as a truth table ).
b) Set up Karnaugh maps for the four lamp signals and produce the minimized
expressions y1 r y0 g in the SoP form.
Make use of ”don’t cares”. c)

Draw the schematic diagram for one of the four signal decoder outputs (select the most
complex network) using the optional gates of your choice.
Traffic Signal Problems: proposed Solution
Traffic Signal Problems: proposed Solution(cont..)
Traffic Signal Problem
PS NS
RYG RYG
100 110
1 1 0001
0 0 1010
0 1 0100
1 0 0110

❖ Design a Traffic Light Controller


Traffic Signal Problem: Traffic Light Controller
Traffic Signal Problem: Traffic Light Controller
Traffic Signal Problem: Traffic Light Controller
Traffic Signal Problem: Traffic Light
Controller
Traffic Signal Problem: Traffic Light Controller
Traffic Signal Problem: Traffic Light Controller
Memory Design
Memory Design
Memory Design
Memory Design
Memory Design
Memory Design
Memory Design
Memory Design
Memory Design
Memory Design
❖ Construct a 1kB memory IC by using 1024 X4

1024X4
Memory Design
❖ How many memory ICs having 12 address lines and 8 data lines are required to fill
the memory of 8085 micro-processor
Memory Design
❖ Determine the size of memory whose starting and Ending address are 4A00H and
69FFHrespectively.
Memory Design
❖ Determine the starting address of 4 kB memory with ending address BA3FH.

You might also like