written 8.4 years ago by | • modified 8.4 years ago |
Mumbai University > COMPS > Sem 3 > Digital Logic Design and Analysis
Marks: 7 M
Year: Dec 14
written 8.4 years ago by | • modified 8.4 years ago |
Mumbai University > COMPS > Sem 3 > Digital Logic Design and Analysis
Marks: 7 M
Year: Dec 14
written 8.4 years ago by |
$$\text{Fig. Decade Counter}$$
The reset counter is accomplished at the desired count as follows:
With counter RESET count=0000 the counter is ready to stage counter cycle.
Input pulse advance counter in binary sequence upto count of a (count=1001)
The next count pulse advance the count to10 count=1010.
A logic NAND Gate decode the count of 10 providing a level of change at that time of trigger the one shot unit which then reset all counter stages.
Thus, the pulse after the counter is at count=9 effectively results in the counter going to count=0
The NAND gate provides output 1 until count reaches to 10.
When the count becomes 10, then the NAND gate output logical goes to 0,provding a 1 to 0 logic change to trigger the one shot unit, which provides a short pulse to all the counter stage.
Input Pulse | D | C | B | A |
---|---|---|---|---|
0 | 0 | 0 | 0 | 0 |
1 | 0 | 0 | 0 | 1 |
2 | 0 | 0 | 1 | 0 |
3 | 0 | 0 | 1 | 1 |
4 | 0 | 1 | 0 | 0 |
5 | 0 | 1 | 0 | 1 |
6 | 0 | 1 | 1 | 0 |
7 | 0 | 1 | 1 | 1 |
8 | 1 | 0 | 0 | 0 |
9 | 1 | 0 | 0 | 1 |
10 | 1 | 0 | 1 | 0 |
0 | 0 | 0 | 0 | 0 |