Conduct the analysis of the sequential circuit Clk T 01 Solu
Conduct the analysis of the sequential circuit:
Solution
For the given sequential circuit the data transfer is as follows
0
for the clock input as \'1\' the data is transfered to the out put side, The D Flip flop is also said to be data transfer flip flop because whatever the input is given at the input side that is transfered to the output side.
for the above circuit it uses a T flip flop which gives the output \'0\' for the input 0(T) and 1(clock);
and gives the output \'1\'for the input 0(clock) and 1(T) ;
It uses 2 EX-OR gates which gives the output as 0 for the same type of inputs as 0,0 or 1,1.
and it gives the output as 1 for the different type of outputs i.e., either 1,0 or 0,1.
| D | CLOCK | Q | Q1 | Y1 | Y0 |
| 0 | 1 | 0 | 1 | 0 | 1 |
| 1 | 1 | 1 | 0 | 1 | 0 |
