Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. (30 pts.) The 2.5 GHz pipelined HotPipe processor has an ideal CPU CPI of 1 when there are no misses. It has a memory
2. (30 pts.) The 2.5 GHz pipelined HotPipe processor has an ideal CPU CPI of 1 when there are no misses. It has a memory hierarchy that consists of one level of split cache, one level of unified cache, and a byte addressable main memory. It is also provided that 20% of all instructions are of load/store type. Some of the properties of the memory hierarchy are provided in the below table Local Access Time (Local Hit Time) 1 clk Level Properties 64 kB, 2-way Set Associative Write-Through L1 Instruction Cache wih 10% miss rate, and 32 B block size 128 kB, 2-way Set Associative write-Through L1 Data Cache wih 5% miss rate, and 32 B block size 8 MB, 8-way Set Associative write-Back L2 Unified Cache wih 2% local miss rate, and 64 B block size IL1 DL1 2 clk UL2 Main Memory 25 clks 8 GB DRAM,"0% local miss rate 120 clks a) b) c) (5 pts) What is the global miss rate of UL2 cache (in %)? (10 pts.) What is the average memory access time, AMAT? (15 pts.) What is the overhead SRAM space (in bits) required in the following caches to store tag and status information that consists of valid and 'dirty' (when applicable) bits? . ILI ii. DL1 iii. UL2
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