Lecture 5/9:Caches-Associative

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.ค. 2024
  • Part 5 of a 9 part series on cache memories. Prof. Harry Porter, Portland State University. For more, visit cs.pdx.edu/~harry

ความคิดเห็น • 12

  • @RhoPGC
    @RhoPGC 4 ปีที่แล้ว +15

    Harry Porter and the Fully Associative Cache

  • @jimmydarkful
    @jimmydarkful 4 ปีที่แล้ว

    Bravissimo. L'unico video su TH-cam che ha spiegato in maniera DECENTE questa cosa.

  • @Sid-ge9vb
    @Sid-ge9vb 4 ปีที่แล้ว

    I really appreciate what you are doing

  • @khellafkhaled6631
    @khellafkhaled6631 7 ปีที่แล้ว +2

    you're a legend...thanks lot

  • @andrewlarkins133
    @andrewlarkins133 5 ปีที่แล้ว

    Thank you, sir.

  • @EnxiW
    @EnxiW 6 ปีที่แล้ว

    Thanks a lot !

  • @sebastianlacki8483
    @sebastianlacki8483 7 ปีที่แล้ว

    Just to be clear there are 26 bits in the tag meaning 2^26 combinations of keys correct?

    • @GokulNathXYZ
      @GokulNathXYZ 6 ปีที่แล้ว

      Yes, for every position you will have either 0 or 1. Hence, 2*2*2... = 2^26.

  • @andrewcekuta8627
    @andrewcekuta8627 3 ปีที่แล้ว

    good videos!

  • @malehakim248
    @malehakim248 6 ปีที่แล้ว

    But 2^16 = 65,536, Why do we say the maximum addressable addresses are 64,000? I assumed if we had a word, which contains 4bytes. If i divide 64,000 by 32 bits, somewhere i start getting decimal values. I would assume i get whole number all the way through

    • @vyor8837
      @vyor8837 5 ปีที่แล้ว

      because 65,536 *is* the max.

    • @samuelwallace7036
      @samuelwallace7036 5 ปีที่แล้ว

      You are correct, 6400 is based on an approximation that 2^10 = 1024 which is pretty close to 1000