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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the critical path in a SRAM?

2625


what is verilog?

643


What work have you done on full chip Clock and Power distribution? What process technology and budgets were used?

2748


Basic Stuff related to Perl?

2413


What is the difference between cmos and bipolar technologies?

578






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

2741


What transistor level design tools are you proficient with? What types of designs were they used on?

4578


What is the difference between synchronous and asynchronous reset?

625


For CMOS logic, give the various techniques you know to minimize power consumption

870


Draw a 6-T SRAM Cell and explain the Read and Write operations

807


How do you size NMOS and PMOS transistors to increase the threshold voltage?

2549


Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.

2324


Explain Cross section of an NMOS transistor?

575


Explain the Charge Sharing problem while sampling data from a Bus?

2113


What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

779