jny
Newbie level 3
- Joined
- May 9, 2014
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 33
In fifo by using gray code pointers we can cross easily in between two clock domains. Because there will be a single bit transition only. But my questions is...
If write is faster clock & read is slower clock. There may be a chance that write pointer increments more than once in between read clock edges. So, gray code will have multi bit transition. With this multi bit transition don't we get data incoherency problem..?
If write is faster clock & read is slower clock. There may be a chance that write pointer increments more than once in between read clock edges. So, gray code will have multi bit transition. With this multi bit transition don't we get data incoherency problem..?