Hi All,
I have 2 modules in a design. Module 1 works on ClockA and module 2 works on ClockB.
There are 2 signals coming out from module 1 and going as input to module 2.
Since Module 2 works on different clock then module 1. So I will have to synchronize these inputs at ClockB before using them.
I want to do some AND/OR (combo) logic with these 2 inputs.
Which of the following technique should be used..
1. Synchronize these signals by using 2 separate synchronizers and then combine (Data coherency issue may come)
2. Combine the signals first and then synchronize using only 1 synchronizer(glitch may occur)
Please let me know if these are the only techniques to be used or is there any other technique.
Note: I neither have access to Module 1 nor to ClockA.
Thanks in advance
Ashish