Hello I have problems with the reception Messages in the Basic mode. I am using the core on hardware, on an altera cyclon 3, without wishbone. Transmitting works fine. It seems to a be a bit shifting. It could be a problem within the fifo. But I can't find the problem. Had anybody the same problem? Any solution?
Thank You in advance!
BR F.
I found the problem. The lp_ram_dp info_fifo has its rden bit ties to zero. It should be set to 1'b1.
i.e.
.rden (1'b1),