From 0c0e22cbd250aef8682e333921868a816dc35d5c Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 25 May 2020 19:29:50 +0100 Subject: [PATCH] --- 3d_gpu/architecture/compunit.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/3d_gpu/architecture/compunit.mdwn b/3d_gpu/architecture/compunit.mdwn index 5bcd79d6b..187b826aa 100644 --- a/3d_gpu/architecture/compunit.mdwn +++ b/3d_gpu/architecture/compunit.mdwn @@ -1,5 +1,10 @@ # Computation Unit (aka "ALU Manager"). +CompUnits serve the purpose of monitoring operations, and act as the +arbiter between register file ports (both read and write) and ALUs. +A critical aspect of its role is that *at no time* does result production +go "unmonitored". + The Computation Unit module runs a "revolving door" set of three latches, based on * Issue -- 2.30.2