Figure 14.14 shows an example of a superscalar processor organization. The processor can issue two instructions per

Question:

Figure 14.14 shows an example of a superscalar processor organization. The processor can issue two instructions per cycle if there is no resource conflict and no data dependence problem. There are essentially two pipelines, with four processing stages (fetch, decode, execute, and store). Each pipeline has its own fetch decode and store unit. Four functional units (multiplier, adder, logic unit, and load unit) are available for use in the execute stage and are shared by the two pipelines on a dynamic basis. The two store units can be dynamically used by the two pipelines, depending on availability at a particular cycle. There is a look ahead window with its own fetch and decoding logic. This window is used for instruction look ahead for out-of-order instruction issue.
Consider the following program to be executed on this processor:
Figure 14.14 shows an example of a superscalar processor organization.

a. What dependencies exist in the program?
b. Show the pipeline activity for this program on the processor of Figure 14.14 using in-order issue with in-order completion policies and using a presentation similar to Figure 14.2.

Figure 14.14 shows an example of a superscalar processor organization.

Figure 14.14 A Dual-Pipeline Superscalar Processor
c. Repeat for in-order issue with out-of-order completion.
d. Repeat for out-of-order issue with out-of-order completion.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: