1

You are currently viewing SemiWiki as a guest which gives you limited access to the site. To view blog comments and experience other SemiWiki features you must be a registered member. Registration is fast, simple, and absolutely free so please, join our community today!
|
Thumbs Up |
Received: 2 Given: 0 |
Tech-
Cross clock domain signals, using two-level register structure to reduce meta-stability, The reason of meta-stability is that the setup time and hold time of register can not be satisfied because the input signal is out of sync with the clock, so the register can not output the correct and valid value. If it not a two-level register to synchronize the clock, such as multilevel register, what will happen?
Thumbs Up |
Received: 328 Given: 390 |
I'm not sure I fully understand your question. This is one of the best sources on the whole topic and might answer your questions:
http://www.sunburst-design.com/paper...Boston_CDC.pdf
Thumbs Up |
Received: 2 Given: 0 |
Thumbs Up |
Received: 2 Given: 0 |
I have read some material which related to it, such as integrated circuit. The meta-stability can not be completely eliminated, but the longer the time is (the multilevel registers are used), the lower the probability is. In other words, the meta-stability state will eventually become stable, and the longer the time is, the more stable it will be. In addition, the relation between the occurrence probability of meta-stability and the delay time is approximately exponential function. If the data value is read after a period of delay, the longer the delay time is, the lower the probability of meta-stability is. In the system of 100MHz, the relation between the generation probability and the delay is approximately:
But I still have problems with it. Anyone can give me more info about it.
Bernard,
The link to the PDF document works just fine.
Coming from a transistor-level IC design background, the issue of meta-stability has been known about for decades now, and with a SPICE circuit simulator you can measure it.
Simulating Metastability in Digital Circuits Using Spice | Des Pudels Kern
Thumbs Up |
Received: 2 Given: 0 |