From: lkcl Date: Mon, 18 May 2020 11:53:49 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2636 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f1729aabaa3b3756aaea924c1ce90060b99f92e;p=libreriscv.git --- 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.