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?

Answers were Sorted based on User's Feedback



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..

Answer / 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

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..

Answer / amit malik

Output Swept
------------------------
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 S1 0 1
S5 1 S2 0 0
S6 0 S1 0 0
S6 1 S2 1 0

Is This Answer Correct ?    4 Yes 4 No

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..

Answer / techie

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 S0 0 1
S5 1 S2 0 0
S6 0 S1 0 0
S6 1 S0 1 0
This would be for non overlapping sequence. The above post correctly captrued overlapping sequence.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More VLSI Interview Questions

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

0 Answers  


what is the use of defpararm?

0 Answers  


Explain Custom Design Flow?

2 Answers   Intel,


what is Channel length modulation?

2 Answers   Intel,


What is look up table in vlsi?

0 Answers  






What is pipelining and how can we increase throughput using pipelining?

1 Answers   Intel,


What happens if we use an Inverter instead of the Differential Sense Amplifier?

0 Answers  


Differences between netlist of HSPICE and Spectre?

1 Answers   Intel,


What products have you designed which have entered high volume production?

1 Answers   Intel,


What are the two types of noise of MOSFET, how to eliminate them?(Thermal and Flicker).

4 Answers   Analog Devices,


Explain the various MOSFET Capacitances & their significance ?

1 Answers   Infosys,


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

0 Answers   Infosys,


Categories