e5500

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

e5500

709 Views
hv
Contributor II

In the e5500 core reference manual, rev. 4:

in Section 5.4.4  L1 Cache Error Detection and Correction:

L1 cache error detection occurs whenever:

   A load instruction hits in the L1 data cache

   An instruction fetch hits in the L1 instruction cache

   A line is cast out of the L1 data cache

why would "An instruction fetch hits in the L1 instruction cache" result in error?

Thanks!

0 Kudos
1 Reply

601 Views
ufedor
NXP Employee
NXP Employee

If an instruction cache data or tag parity error is detected it indicates possible corrupted instruction/tag in the cache.

Parity bits can not be used to correct/recover the instruction/tag, so further instruction execution from the cache should be prevented.

0 Kudos