Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAs long as there is no timing violation reported there shouldn't be any problem. AFAIK there can be any skew between the two clocks.
Are you sure that you use the read clock correctly in your code? The read operation should be in analways @(posedge rd_clk)block, which doesn't show on your first post. Now that I think about it, your waveforms are consistent with a read only done on the rising edge of wr_clk.