In what cases do you need to double clock a signal before
presenting it to a synchronous state machine?

Answers were Sorted based on User's Feedback



In what cases do you need to double clock a signal before presenting it to a synchronous state mach..

Answer / amar

this situation basically arises when a signal does clock
domain crossing. to synchronize the clock with the target
domain clock and to avoid metastability issues synchronizers
which are like double clocking are used in designs

Is This Answer Correct ?    19 Yes 1 No

In what cases do you need to double clock a signal before presenting it to a synchronous state mach..

Answer / prashant patil

if the input signal is asynchronous with the clock (state
machine clock), then you need to double clock the same
signal to synchronize with the state machine clock.

Is This Answer Correct ?    21 Yes 7 No

In what cases do you need to double clock a signal before presenting it to a synchronous state mach..

Answer / prasanna

When signal transfer from one clock domain sequential to
another clock domain sequential logic

Is This Answer Correct ?    13 Yes 6 No

Post New Answer

More VLSI Interview Questions

what is SCR (Silicon Controlled Rectifier)?

0 Answers  


6-T XOR gate?

0 Answers   Intel,


What is interrupt latency?

3 Answers  


Have you studied buses? What types?

1 Answers   Intel,


Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes considering Channel Length Modulation.

0 Answers   Infosys,






Differences between blocking and Non-blocking statements in Verilog?

5 Answers   Intel,


Which gate is normally preferred while implementing circuits using CMOS logic, NAND or NOR? Why?

13 Answers   Intel,


Explain what is the use of defpararm?

0 Answers  


Explain Cross section of a PMOS transistor?

0 Answers   Intel,


Have you studied pipelining? List the 5 stages of a 5 stage pipeline. Assuming 1 clock per stage, what is the latency of an instruction in a 5 stage machine? What is the throughput of this machine ?

3 Answers   Intel,


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?

3 Answers   Intel,


what is short Channel effect.

2 Answers  


Categories