Forum Discussion
Altera_Forum
Honored Contributor
16 years agoMp3 decoder too slow on NiosII
Hi,all I'm now designing a mp3 player for DE2 board, which use libmad for mp3 decoding. But currently, the speed is too slow for real time playing. The core is NiosII fastest core,i cache=8kb, ...
Altera_Forum
Honored Contributor
16 years agoHave you enabled -O2 or -O3 ?
If you rip out all calls into libc, can you fit the whole code into internal memory? (It might be that the resident set fits in the cache though.)