Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNIOS not reading the right FIFO value
Hello guys, i made a 32bits DCFIFO using the megawizard. I made this wrapper to increment the fifo value by each second (my fifo is running at 50mhz) begin
contador <= contador +...
Altera_Forum
Honored Contributor
15 years agoI was expecting to have the same result i had when reading the fifo with a normal for (32 sequential numbers), instead the DMA is only transfering 8 bits per time to the OnChipMem (and always in the same 8 slots).