Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

UESTION ONE table [ [ Element , Parameter,Delay ( ps ) ] , [ Register clk - to - Q , t p c

UESTION ONE\table[[Element,Parameter,Delay (ps)],[Register clk-to-Q,tpcq,40],[Register setup,tsetup,50],[Multiplexer,tmux,30],[AND-OR gate,tAND-OR,20],[ALU,tALU,120],[Decoder (control unit),tdec,25],[Extend unit,text,35],[Memory read,tmem,200],[Register file read,tRFread,100],[Register file setup,tRFsetup,60]]
(a) Which unit should she work on to obtain the greatest speedup of the overall processor? Explain why [5]
(b) What would the cycle time of the improved machine be?[2]
(c) Consider how this change might affect an application scenario such as a real-time audio processing system How would the altered component impact the system's overall performance in this context? [5]
Assume a MIPS processor running a health monitoring application with a clock rate of 2GHz. If the
application executes 13 billion instructions with an average CPI of 1.5, calculate the execution time. Then,
propose optimizations in line with Moore's Law to improve performance. 5,5
Analyze the following C++ code snippet, where A and B are arrays of 64-bit integers, while C and i are
64-bit integer variables. Data values and their addresses for A,3000 for B,5000 for C, and 7000 for
i are stored in memory, except during operations. Note that register values are not retained across loop
iterations.
(a) Write machine code (in hexadecimal format) equivalent for MIPS. [10]
(b) How many instructions are required dynamically? [5]
(c) How many memory-data references will be executed? [2]
(d) What is the code size in bytes? [3]
UESTION TWO
Discuss how to extend the MIPS ISA and microarchitecture (datapath and control unit) to include lwpreinc,
which performs preindexing. lwpreinc rd,imm(rs) is equivalent to the following two instructions: [8]
Imagine you are collaborating with a friend who is an expert in circuit design. They propose to optimize
a component in a single-cycle MIPS processor, reducing its delay by half. Given the delays of the various
components listed below, address the subsequent questions.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions