DELD Lab Assignment 4
DELD Lab Assignment 4
DELD Lab Assignment 4
▶ Function Table
Output
Input B Count
Input A Output Count clock QD QC QB
clock QA
0 0 0 0
0 0
0 0 1 1
0 1 0 2
1 1
0 1 1 3
1 0 0 4
11/14/2022 13
CSE 213 - Digital Electronics and Logic Design
Design of Mod-100 Counter using IC 7490
▶ For Mod-100 counter, two ICs of 7490 will be required. One for
Unit’s place and one for Ten's place
▶ Cascading two BCD counters in such a way that after the Unit’s
place IC counts from 0 to 9, ten’s place IC will increment once will
suffice the requirement.
MSB
Input B
Input B
R1 = R0 1
Clock R2 = R0 2
input S1 = R9 1
S2 = R9 2
Second IC will get clock only when first IC will count from 0 to 9 (i.e. after every 10 clock pulses).
Thus the counter will reach to 99 before resetting to 00
11/14/2022 CSE 213 - Digital Electronics and Logic Design 15