From e0183f8d475c1d73eac40cc1f78e16f737ca18bc Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 6 May 2021 00:10:40 +0100 Subject: [PATCH] --- 3d_gpu/architecture/tomasulo_transformation.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/3d_gpu/architecture/tomasulo_transformation.mdwn b/3d_gpu/architecture/tomasulo_transformation.mdwn index da6291429..7f075b6c9 100644 --- a/3d_gpu/architecture/tomasulo_transformation.mdwn +++ b/3d_gpu/architecture/tomasulo_transformation.mdwn @@ -85,9 +85,9 @@ start with this. 10. add "Shadowing" capability to each Function Unit and create a Shadow Matrix (appx 20 gates per Function Unit) - the "Shadow" capability hooks into the WRITE-COMMIT phase of every - Function Unit, permitting it to EXECUTE but prohibiting it from WRITING - the result of that execution until explicitly permitted to do so. + (the "Shadow" capability hooks into the WRITE-COMMIT phase of every + Function Unit, permitting it to EXECUTE but prohibiting it from WRITING + the result of that execution until explicitly permitted to do so). 11. Upgrade the CDB from a multi-fan-in, multi-fan-out, single resource global choke-point to **separate** (multiple, if desired) read-fanout -- 2.30.2