From: lkcl Date: Sun, 24 May 2020 04:35:06 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2589 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84fc005a93c457ea4cb9d6ebcf4b6c3d3a9ec0e9;p=libreriscv.git --- 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.