Altera_Forum
Honored Contributor
21 years agoOmitting dcache AND icache in f-core
Hello,
is it possible to omit both, dcache and icache from f-core CPU (in NiosII v1.1)? Since it is possible to generate a f-core CPU without dcache by setting the 'cache_omit_dcache' flag in the ptf-file to "1", I wonder why it does not work for the icache as well. When I use the 'cache_omit_icache' flag SOPC builder comes up with an error ("instruction master: I-cache must be present - Error: Generator program for module 'cpu' did NOT run successfully."). For my project f-core capabilities and speed are essential. In addition I have to keep memory usage as low as possible. Are there any speed penalities as consequence of omitting the caches (only on-chip memory is present)? jackie