Question
Assume that the operation times for the major functional units of a single-cycle machine are the following: memory units: 200 ps ALU and adders: 100
Assume that the operation times for the major functional units of a single-cycle machine are the following: memory units: 200 ps ALU and adders: 100 ps register file (read or write): 50 ps Assuming that mux, control unit, PC accesses, sign extension unit, and wires have no delay, which of the following implementations would be faster and by how much? a) An implementation in which every instruction operates in 1 clock cycle of a fixed length. b) An implementation where every instruction executes in 1 clock cycle using a variable length clock, which for each instruction is only as long as it needs to be (critical path). (Such an approach is not terribly practical, but it will allow us to see what is being sacrificed when all the instructions must execute in a single clock cycle of the same length.)
To compare the performance, assume the following instruction mix: 25% loads, 10% stores, 45% ALU instructions, 15% branches, 5% jumps.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started