Content deleted Content added
Michael.Sage (talk | contribs) not relevant |
→Implementation Concepts: Strikethrough is not appropriate here. Also edit to make things flow better in this area. |
||
Line 8:
The following are the concepts necessary to the implementation of Tomasulo's Algorithm.
*Instructions are issued sequentially so that the effects of a sequence of instructions
*All general-purpose and [[Reservation_stations|reservation station]] registers hold either real or virtual values. If a real value is unavailable to a destination register during the issue stage, a virtual value is initially used. The functional unit that is computing the real value is assigned as the virtual value. The virtual register values are converted to real values as soon as the designated functional unit completes its computation.
|