Hi,
There is scenario.
1) for every ready Singal which is high until valid Singal gets triggered. And the ready goes low the next cycle along with valid.
2) for every ready & valid, there is data value which should not be equal to previous data value, this keeps repeating for many times.
How do I make sure that first data and consecutive data are unique
Thanks