Altera_Forum
Honored Contributor
13 years agoCache Behavior on NIOS-II
Hi everybody,
I'm working on a project that needs me to fully understand how many cycles does d-cache/ i-cache needs to fetch the whole cache line. Assuming that the cache line size is 32bytes, my questions are as follow: 1. does the CPU needs to bring the whole cache line before start executing the first word that arrived? (no pipe-lining) 2. 32bytes means 8 words, does the CPU needs to stall 8 cycles to bring that cache line?