e5500

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

e5500

722 次查看
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 项奖励
1 回复

614 次查看
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 项奖励