Answered step by step
Verified Expert Solution
Question
1 Approved Answer
4.4 Problems in this exercise assume that logic blocks needed to implement a processor's datapath have the following latencies: I-Mem Add Mux ALU Regs D-Mem
4.4 Problems in this exercise assume that logic blocks needed to implement a processor's datapath have the following latencies: I-Mem Add Mux ALU Regs D-Mem Sign-Extend Shift-Left-2 200ps 70ps 20ps 9Ops 90ps 250ps 15ps 10ps 4.4.1 [10] If the only thing we need to do in a proces- sor is fetch consecutive instructions (Figure 4.6), what would the cycle time be? 4.4.2 [10] Consider a datapath similar to the one in Figure 4.11, but for a processor that only has one type of instruction: unconditional PC-relative branch. What would the cycle time be for this datapath? 4.4.3 [10] Repeat 4.4.2, but this time we need to sup- port only conditional PC-relative branches. The remaining three problems in this exercise refer to the datapath element Shift-left-2: 4.4.4 [10] Which kinds of instructions require this resource? 4.4.5 [20] For which kinds of instructions (if any) is this resource on the critical path? 4.4.6 [10] Assuming that we only support beq and add instructions, discuss how changes in the given latency of this resource affect the cycle time of the processor. Assume that the latencies of other resources do not change
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