Answered step by step
Verified Expert Solution
Question
1 Approved Answer
** Branch Add Add ALU Data PC Address Instruction Instruction memory Register Registers Register Registar uge Mome ALU Address 2 Data memory Data Memad Control
** Branch Add Add ALU Data PC Address Instruction Instruction memory Register Registers Register Registar uge Mome ALU Address 2 Data memory Data Memad Control 31. Assuming that each component takes time as indicated in the below, what is the critical path (e.g., ALU -> Mux -> I-Mem) when the MIPS executes "AND Rd, Rs, Rt" instruction? 1-Mem 200ps, Add 70ps, Mux 20ps, ALU 90ps, Regs 90ps, D-Mem 250ps, Control 40ps. 32. How long does it take to complete the AND instruction? (Do not take the time for PC read/update into consideration.) 33. Assuming that each component takea time as indicated in the above, what is the critical path (e.g., ALU -> Mux -> I-Mem) when the MIPS executes LW Rt, Offs(Rs)" instruction? 34. How long does it take to complete the LW instruction? (Do not take the time for PC read/update into consideration.) 35. Critical paths for AND and LW takes different amount of time. However, CPU clock cycle must be fixed and is determined by the shortest critical path among those for all instructions. True or False
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