(no commit message)
authorlkcl <lkcl@web>
Tue, 19 May 2020 14:39:08 +0000 (15:39 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 19 May 2020 14:39:08 +0000 (15:39 +0100)
3d_gpu/architecture/tomasulo_transformation.mdwn

index ae17009170342fd8ae608abe3cacc24345a16d5e..79a66d55dba4a7c303a72992ebc2da033460a07f 100644 (file)
@@ -175,8 +175,9 @@ in the capabilities of Tomasulo and Scoreboards.
 
 | Tomasulo name            | Scoreboard name                              |
 | -----                    | ----                                         |
+| ROB index cycling order  | FU-FU DAG that preserves instruction order   |
 | Reorder Buffer           | hybrid of Shadow, FU-FU and FU-Regs Matrices |
-| Reservation Station CAMs | each RS Row is "Computation Unit latches"    |
+| Reservation Station CAMs | RS Row = "Computation Unit latches" (no CAM) |
 | "register renaming"      | "nameless" registers (Comp Unit latches)     |
 | part-ROB, part-RS        | Q-Tables                                     |
 | blocking Common Data Bus | fan-out Read Reg, fan-in Write, OpFwd Bus(es)|