Computer Science, asked by shaikarshad50, 1 year ago

which all stages in a 5-stage RISC-MIPS instruction pipeline access the cache memory?

Attachments:

rajkamal1408pdr9lj: Can you tell me the answer??

Answers

Answered by Answers4u
1

The correct answer is option C.

IF ( Instruction Fetch ) and MEM ( memory access) stages in a 5-stage RISC-MIPS instruction pipeline access the cache memory.

The other 3 stages of a RISC MIPS instruction pipeline are -

ID ( Instruction Decode ) and EX ( Execute ) and WB ( write back ).

https://brainly.in/question/5239074

Answered by mindfulmaisel
0

IF and MEM are the stages access the cache memory.

Explanation:

  • There are five instruction stages. They are as follows,

         1) Instruction Fetch (IF)

        2) Instruction Decode (ID)

        3) Execute (EX)

        4) Memory Access (MEM)

        5) Write Back (WB)

  • IF – Here, the instruction can be fetched from memory (especially cache). The instructions are often seen in I-cache.  
  • MEM is used for calculating effective addresses by considering base register and adding the offset. It is used for loading or storing the memory.

Learn more about RISC-MIPS instruction

What do mean by RISC and CISC?Explain.

https://brainly.in/question/7039236

What are the different types of instruction set architecture?

https://brainly.in/question/9144303

Similar questions