Forum Discussion
Altera_Forum
Honored Contributor
14 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 32b...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Remember not to try to give the cpu's data port access to tightly coupled data memory - that will give errors since the two blocks end up at the same address. . --- Quote End --- I did not get you. can you please explain what you meant by ending up having two blocks with overlapped addresses?