From 84fc005a93c457ea4cb9d6ebcf4b6c3d3a9ec0e9 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 24 May 2020 05:35:06 +0100 Subject: [PATCH] --- 3d_gpu/architecture/compunit.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3d_gpu/architecture/compunit.mdwn b/3d_gpu/architecture/compunit.mdwn index 00ba39458..545099460 100644 --- a/3d_gpu/architecture/compunit.mdwn +++ b/3d_gpu/architecture/compunit.mdwn @@ -1,9 +1,11 @@ # Computation Unit (aka "ALU Manager"). -This module runs a "revolving door" set of three latches, based on +The Computation Unit module runs a "revolving door" set of three latches, based on + * Issue * Go_Read * Go_Write + where one of them cannot be set on any given cycle. * When issue is first raised, a busy signal is sent out. -- 2.30.2