How do you detect a sequence of "1101" arriving serially
from a signal line?
Answer Posted / genesys
Answer 2 is not correct. It should be :
PS I/P NS O/P
S0 0 S0 0
S0 1 S1 0
S1 0 S0 0
S1 1 S2 0
S2 0 S3 0
S2 1 S0 0
S3 0 S0 0
S3 1 S1 1
where: PS - previous state of the state machine; i/p - input
to the state machine; NS - next state of the state machine;
O/P - output from the state machine
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
What are the different design techniques required to create a layout for digital circuits?
what is a sequential circuit?
What is the main function of metastability in vsdl?
Explain depletion region.
What is the difference between nmos and pmos technologies?
What happens if we delay the enabling of Clock signal?
What does the above code synthesize to?
Explain what is slack?
For an AND-OR implementation of a two input Mux, how do you test for Stuck-At-0 and Stuck-At-1 faults at the internal nodes? (You can expect a circuit with some redundant logic)
Cross section of a PMOS transistor?
What are the main issues associated with multiprocessor caches and how might you solve them?
what is multiplexer?
what is the use of defpararm?
What are the various regions of operation of mosfet? How are those regions used?
Draw the Differential Sense Amplifier and explain its working. Any idea how to size this circuit? (Consider Channel Length Modulation)