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
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 |
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 |
Answer / prasanna
When signal transfer from one clock domain sequential to
another clock domain sequential logic
| Is This Answer Correct ? | 13 Yes | 6 No |
What is component binding?
What is the difference between synchronous and asynchronous reset?
How does Vbe and Ic change with temperature?
What are set up time & hold time constraints? What do they signify?
Explain the difference between write through and write back cache.
What happens to delay if you increase load capacitance?
What is the difference between fifo and the memory?
6 Answers DewSoft, Intel, Pentagon Rugged Systems,
In Verilog code what does “timescale 1 ns/ 1 ps” signifies?
Implement a function with both ratioes and domino logic and merits and demerits of each logic?
What is the difference between nmos and pmos technologies?
Explain the operation considering a two processor computer system with a cache for each processor.
Different ways of implementing a comparator?