How does reducing number of clock cycles per instruction might increase the period of clock cycle? Can anyone please provide a clarity for this tradeoff?
I found this while reading the book Computer organization and design, RISC V edition, In the section 1.6 perfomance
How does reducing number of clock cycles per instruction might increase the period of clock cycle? Can anyone please provide a clarity for this tradeoff?
I found this while reading the book Computer organization and design, RISC V edition, In the section 1.6 perfomance
Thanks for the reply. After trying to understand, I am still not convinced how does it result in increase of a clock cycle, Pipelining means that Fetch and Excute of instructions happen in parallel in the same clock cycle. Why do we need to increase clock period for that ?