From: lkcl Date: Tue, 19 May 2020 14:39:08 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2629 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ba9371d8dd1f088b3bc4faade9b553e00c67ca1;p=libreriscv.git --- diff --git a/3d_gpu/architecture/tomasulo_transformation.mdwn b/3d_gpu/architecture/tomasulo_transformation.mdwn index ae1700917..79a66d55d 100644 --- a/3d_gpu/architecture/tomasulo_transformation.mdwn +++ b/3d_gpu/architecture/tomasulo_transformation.mdwn @@ -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)|