synchronous and asynchronous

Status
Not open for further replies.

sujithspillai

Newbie level 2
Joined
Feb 25, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
which type of circuits are faster, whether it is synchronous and asynchronous?
 

A synchronous circuit will synchronize every signal change to some kind of clock signal so there is obviously a delay between state transitions because they can only occur at an edge of a clock,
on the other hand asynchronous will change the output signal state as soon as the input changes, the only delay will be the one introduced by the actual hardware gates.

Alex
 
which type of circuits are faster, whether it is synchronous and asynchronous?

Asynchronous is faster & safer than synchronous but when you have to process huge amount of data then synchronous is preferable(faster).
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…