下图为direct mapped     set associative        fully associative图示

cache基本结构

direct mapped,相当于set number为1

fully associative,相当于set number等于block number

下图为cache的基本结构

 

cache基本结构

 

 

cache中包含set

index(下标)用来选择cache中对应set

set可能包含几个block

tag就是用来选择对应的block

 

对于1个包含8个block的cache

cache基本结构

 

 

cache基本结构

 

相关文章:

  • 2021-07-24
  • 2021-07-23
  • 2021-08-17
  • 2021-05-07
猜你喜欢
  • 2021-04-04
  • 2021-08-02
  • 2022-01-16
  • 2021-09-23
  • 2022-02-09
  • 2021-04-24
  • 2021-10-06
相关资源
相似解决方案