Why KZbin doesn't recommend such videos at the top! Very well explained!
@weetabixharry2 жыл бұрын
This is the only video I have ever found that discusses metastability and synchronization accurately. There is an incredible amount of garbage published online on this topic. It's a shame this video doesn't go deeper and, in particular, discuss the issue of synchronizing > 1 related bits of data.
@gwanghyeonbaek7773Ай бұрын
the best video for synchronizer!!
@socialogic9777 Жыл бұрын
Perfect! I will watch the whole series now..
@黃崇羽3 ай бұрын
Thank you for your awesome explanation!
@Ahmed-i4m1k Жыл бұрын
شكرا جزاك الله خيرا Thanks
@byte_dance3 жыл бұрын
Excellent video, thanks!
@kaptansingh97876 ай бұрын
Thanks for such an awesome explanation. I have a question if you can answer. if there is a timing violation and the output goes to the metastable state but do we get the correct output once it comes out of the metastable state or the output can go to either of the logic high or logic low as can be seen the waveform at 4:57?
@anassalaheddin12585 ай бұрын
You cannot tell the output of the system after the metastability ends, and you cannot tell for how long it will be in metastable condition.
@yaredkokeb53623 жыл бұрын
Very good video, surprised this doesn't have more views
@vigneshkudva3297 Жыл бұрын
Although a synchroniser avoids metastability, it can corrupt the data by settling it into incorrect state. How do we correct it?
@primedanny4172 ай бұрын
The whole point of metastability is that it is probabilistic/random, to know how to fix it is similar to saying an infinite loop can be detected and terminated. The most we can do is wait for it to stabilize to either 0 or 1 so the metastability doesn't cascade throughout the entire circuit, and perhaps include some error detection/correction techniques to minimize the damage.
@oryyy32192 жыл бұрын
Very good explaination, should not be this low view count. Anyway great job
@dheerajmuppiri1606 Жыл бұрын
excellent
@VarmaKrishnaGare Жыл бұрын
Can't we use a lock up latch instead of a flip flop in the place of a synchronizer ?? Lockup latch with the opposite clock edge connected with the first clock domain does the same job right ?? So, in synchronizers why are we using a flop ? Please explain...
@77uu22Ай бұрын
Hi, One question on 2 flop synchronizer, the settling of metastability causes latency issue at the recever side, as for a signal changing from 0->1 at flop1 might settle to 1 or 0 before getting sampled by flop2, but will settle to value 1 in next clock So if it is settle in first clock the latency is 2 else the latency will be 3 How to update design to make this latency a fix value Considering both clock same frequency with phase difference
@danielarthur77399 ай бұрын
I have a question, Im using clock gating in my design. My question is: the clock gating should affect the dual flop synchronizer or the synchronizer must have the free clock always?