OpenCores
Issue List
Problem with reception in Basic mode #30
Open felixtheliger12 opened this issue about 10 years ago
felixtheliger12 commented about 10 years ago

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.

salmansheikh commented about 7 years ago

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),


Assignee
No one
Labels
Bug