Forum Discussion
Altera_Forum
Honored Contributor
15 years agonon-cacheable instruction memory
Hi at all, I'm new in this forum. I create a Nios II system containing a Nios II/f core, with 2k data cache and 2k instruction cache, and 128k of on chip-memory. I want to run on this system an ...
Altera_Forum
Honored Contributor
15 years agoHow big is the memory area - looks like you need at least 32kb.
Did you give the cpu data access to the instruction memory (via the Avalon bus and it's second port) that access is needed to allow the JTAG to download code, it is also needed if there is any data (eg .rodata or switch statement jump tables (esp. gcc4)) in the code.