Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI don't see clearly, why you organized the code this way. However, when you write data to the shift register, the content of the complete array is shifted, and can't be accessed consistently for a time interval of several ns. If clock_out is unrelated to clock_in, you have no gurantee to read consistent data. To my opinion, the issue can't be avoided with the present structure.