From 0f1729aabaa3b3756aaea924c1ce90060b99f92e Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 18 May 2020 12:53:49 +0100 Subject: [PATCH] --- 3d_gpu/architecture/tomasulo_transformation.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/3d_gpu/architecture/tomasulo_transformation.mdwn b/3d_gpu/architecture/tomasulo_transformation.mdwn index 026eef8dd..430a7d10a 100644 --- a/3d_gpu/architecture/tomasulo_transformation.mdwn +++ b/3d_gpu/architecture/tomasulo_transformation.mdwn @@ -15,7 +15,10 @@ ROB is incapable of useful high-performance out-of-order execution. This article helps readers to understand that Q-Tables != Scoreboards, by describing a series of functionally-equivalent transformations that, when followed, *turn* the Tomasulo algorithm *into* a Scoreboard-based -design. +design. It also highlights that, following that transformation, multi-issue +execution is near-trivial to add by comparison. Precise exception +handling is also trivial to add (holding of write commits) and is +described in the [[6600scoreboard]] page under "Shadowing" On Saturday, May 16, 2020, Yehowshua wrote: > This is a very intricate and complicated subject matter for sure. -- 2.30.2