Question: Part1: Direct Mapped Cache, b = 1 word Assume that you have a system that contains a 16 -word cache (C=16). Consider the following RISCV

Part1: Direct Mapped Cache, b = 1 word

Assume that you have a system that contains a 16 -word cache (C=16). Consider the following RISCV assembly code addi t0, zero, 4 addi s0, zero, 0 loop: beq to, zero, done Iw tl, 030(so) Iw t2, 0x70(s0) Iw t3, 0x54(s0) Iw t3,050(s0) addi t0, t0, 1 j loop done: 2) Place every instruction's data in the correct set in the cache. Also, determine what kind of miss the instruction faces
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
