add st comp unit notes
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 1 Jun 2019 03:43:45 +0000 (04:43 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 1 Jun 2019 03:43:45 +0000 (04:43 +0100)
3d_gpu/6600scoreboard.mdwn

index f223cdf4981a9fde3839c92509b013b6f36d1b59..9a900561cf562e5e246392c740aa1a5137def888 100644 (file)
@@ -102,3 +102,17 @@ that the introduction of the NOT gate causes the latch to be more like
 a DFF (register).
 
 [[!img shadow.jpg]]
+
+# Store Computation Unit
+
+* Issue will close the opcode latch and OPEN the operand latch AND
+trigger "Request-Read" (and set "Busy")
+* Go-Read will close the operand latch and OPEN the address latch AND
+trigger "Request Address".
+* Go-Address will close the address latch and OPEN the result latch
+AND trigger "Request Write"
+* Go-Write will close the result latch and OPEN the opcode latch, and
+reset BUSY back to OFF, ready for a new cycle.
+
+[[!img st_comp_unit.jpg]]
+