Electronics and Communication Engineering - Digital Electronics - Discussion

Discussion Forum : Digital Electronics - Section 21 (Q.No. 26)
26.
Race condition occurs in
synchronous circuit
asynchronous circuit
combinational circuit
all the Digital circuit
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Vimal Kumar said:   10 years ago
Asynchronous circuits change state only through the inputs received by them. So, the operation is quite instantaneous since they don't have to wait for a clock pulse. They are limited by propagation delay of logic gates only.

But asynchronous circuits can transition into a wrong state due to incorrect arrival time of 2 inputs. This is called a race condition. Asynchronous circuits are quite difficult to design for a reliable operation. These are used primarily in high speed systems such as Signal Processing hardware.

Post your comments here:

Your comments will be displayed after verification.