IMPORTANT Do not reformat this file! Put your answers below each question. Use markdown formatting.
List all the commands that you have used to do all the required experiments.
gem5 ...
- What are the configurations you are going to run?
- What is the speedup of each configuration over the "little" core? Present your results in a table as described in the assignment.
-
What is the biggest bottleneck in the performance of the original processor? The width, the number of physical registers, or the reorder buffer size? Use your data to support your answer.
-
Using the
board.get_processor().get_area_score()
method, calculate the area of each configuration. What is the area-efficient design?
-
Describe which workload is affected more by each parameter of your configuration.
-
[Required 201A, extra credit 154B] Use the application's source code, the resulting assembly code, or other information to explain why each workload is more sensitive to a particular parameter.