289 views
0 votes
0 votes

Consider a pipelined processor with the stages IF, ID, EX and WB. IF, ID and WB. Stages takes one clock cycle each to complete the operation and EX stage depends on the instruction. ADD and SUB need 1 clock cycle. MUL and DIV need 3 clock cycles each. What is the number of cycles needed to execute the following sequence of instructions?

                                               

(Assume there is no hardware to reduce stalls)

  • 10
  • 11
  • 12
  • 13

1 Answer

Related questions

0 votes
0 votes
1 answer
2
tishhaagrawal asked Dec 5, 2023
335 views
Can anybody explain why are they dividing the number of pages by page size?According to me, it should be – Page table size = Number of entries * entry sizei.e PT size =...