Examlex

Solved

You Are Given a 4-Stage Pipelined Processor as Described Below \bullet

question 11

Essay

You are given a 4-stage pipelined processor as described below.
\bullet IF: Instruction Fetch
\bullet IDE: Instruction Decode, Register Fetch, ALU evaluation, branch instructions change PC, address calculation for memory access.
\bullet MEM: memory access for load and store instructions.
\bullet WB: Write the execution result back to the register file. The writeback occurs at the 2nd half of the cycle.
Assume the delayed branching method discussed in Section 4.3. For the following program, assume that the loop will iterate 15 times. Assume that the pipeline finishes one instruction every cycle except when a branch is taken or when an interlock takes place. An interlock prevents instructions from being executed in the wrong sequence to preserve original data dependencies. Assume register bypass from both the IDE output and the MEM output. Also assume that r2 will not be needed after the execution returns.
 You are given a 4-stage pipelined processor as described below.  \bullet IF: Instruction Fetch  \bullet IDE: Instruction Decode, Register Fetch, ALU evaluation, branch instructions change PC, address calculation for memory access.  \bullet MEM: memory access for load and store instructions.  \bullet WB: Write the execution result back to the register file. The writeback occurs at the 2nd half of the cycle. Assume the delayed branching method discussed in Section 4.3. For the following program, assume that the loop will iterate 15 times. Assume that the pipeline finishes one instruction every cycle except when a branch is taken or when an interlock takes place. An interlock prevents instructions from being executed in the wrong sequence to preserve original data dependencies. Assume register bypass from both the IDE output and the MEM output. Also assume that r2 will not be needed after the execution returns.    (a) Is there any interlock cycle in the program? If so, perform code reordering on the program and show the new program without interlock cycle. (b) Derive the total number of cycles required to execute all instructions before and after you eliminated the interlock cycle. (c) Fill the delay slots. Describe the code reordering and/or duplication performed. Show the same program after delay slot filling. Recall that RETURN is also a branch instruction. Use a ' to mark the new copy of a duplicated instruction. For example, if you duplicated D, name the new copy D'. (d)Derive the total number of cycles required to execute all instructions after you filled the delay slots. (a) Is there any interlock cycle in the program? If so, perform code reordering on the program and show the new program without interlock cycle.
(b) Derive the total number of cycles required to execute all instructions before and after you eliminated the interlock cycle.
(c) Fill the delay slots. Describe the code reordering and/or duplication performed. Show the same program after delay slot filling. Recall that RETURN is also a branch instruction. Use a ' to mark the new copy of a duplicated instruction. For example, if you duplicated D, name the new copy D'.
(d)Derive the total number of cycles required to execute all instructions after you filled the delay slots.


Definitions:

Bond Issue

The process of issuing new bonds by a corporation or government to raise capital, involving the creation of new debt securities to be sold to investors.

Subordinated Debt

A type of borrowing that is ranked below other debts in terms of claims on assets or earnings.

Senior Debt

Debt that takes precedence over other unsecured or junior debt owed by the issuer in terms of the order of payment in the event of a liquidation.

Junk Bond

A high-yield but high-risk bond issued by companies or municipalities considered to be at greater risk of default than more secure investment-grade bonds.

Related Questions