A circuit has 1 input X and 2 outputs A and B. If X = HIGH
for 4 clock ticks, A = 1. If X = LOW for 4 clock ticks, B =
1. Draw a state diagram for this Spec?

Answer Posted / user

PS X NS A B
S0 0 S1 0 0
S0 1 S2 0 0
S1 0 S3 0 0
S1 1 S2 0 0
S2 0 S1 0 0
S2 1 S4 0 0
S3 0 S5 0 0
S3 1 S2 0 0
S4 0 S1 0 0
S4 1 S6 0 0
S5 0 S5 0 1
S5 1 S2 0 0
S6 0 S1 0 0
S6 1 S6 1 0

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give the logic expression for an AOI gate. Draw its transistor level equivalent. Draw its stick diagram

863


What is the function of enhancement mode transistor?

641


How to improve these parameters? (Cascode topology, use long channel transistors)

1714


What is look up table in vlsi?

553


Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing Vgs.

689






Mention what are the different gates where Boolean logic are applicable?

676


In the design of a large inverter, why do we prefer to connect small transistors in parallel (thus increasing effective width) rather than lay out one transistor with large width?

691


Mention what are the two types of procedural blocks in Verilog?

768


What types of I/O have you designed? What were their size? Speed? Configuration? Voltage requirements?

2010


what is Slack?

713


What is the ideal input and output resistance of a current source?

2524


Design an 8 is to 3 encoder using 4 is to encoder?

877


What is the difference between the mealy and moore state machine?

599


Explain what is Verilog?

646


In Verilog code what does “timescale 1 ns/ 1 ps” signifies?

701