ahmad898
Junior Member level 3
I have an annoying problem in one of my design, where the inputs are asynchronous related to the internal system clock. To solve the metastability propagation, I put two-stage flip-flop (two consecutive flip-flop connected to the input) to synchronize the input signals. However, when I simulate inputs with metastability (input changes at clock event) using Modelsim, I can clearly see that the metastability propagates from the first flip-flop to the second and the succeeding registers. My Question is that does this metastability exist at the output of the second flip-flop in the real world and do I need to be worried about the metastability at the inputs after inserting two-stage flip-flop?