add shadowing description
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 24 May 2019 17:17:43 +0000 (18:17 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 24 May 2019 17:17:43 +0000 (18:17 +0100)
3d_gpu/6600scoreboard.mdwn

index a65c8198b14d7fa6f15668d079ffe12a839d4f77..f223cdf4981a9fde3839c92509b013b6f36d1b59 100644 (file)
@@ -95,6 +95,10 @@ Shadowing is important as it is the fundamental basis of:
 Modifications to the shadow circuit below allow the shadow flip-flops
 to be automatically reset after a Function Unit "dies".  Without these
 modifications, the shadow unit may spuriously fire on subsequent re-use
-due to some of the latches being left in the previous state.
+due to some of the latches being left in a previous state.
+
+Note that only "success" will cause the latch to reset.  Note also
+that the introduction of the NOT gate causes the latch to be more like
+a DFF (register).
 
 [[!img shadow.jpg]]