Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 Pipeline: A (fictional) CPU has the following internal units and timings (WR and RR are write/read registers, ALU does all logic and integer operations
1 Pipeline: A (fictional) CPU has the following internal units and timings (WR and RR are write/read registers, ALU does all logic and integer operations and there is a separate floating point unit. RR 40ps ALU-INT 180ps ID 180ps MEM 200ps WR 60ps WR 60ps FP 280ps There are 5 basic instruction types: 1. LOAD : ID+RR+ALU+MEM+WR: 660ps 2. STORE: ID+RR+ALU+MEM: 600ps 3. LOGIC/INTEGER: ID+RR+ALU+RW: 460ps 4. FLOATING POINT: ID+RR+FPU+RW: 560ps 5. BRANCH: ID+RR+ALU: 400ps 1 cycle is 660ps for the unpipelined machine, on the assumption that all instruc- tions take 1 cycle (ignore memory delays). Design a pipeline for this machine. 1. How many stages and which functional units in each stage 2. What is the new clock rate and what is the speedup
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