From 32442fcb5a70a9b038700381514d04ea3e58ee4c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 25 May 2020 00:55:52 +0100 Subject: [PATCH] spelling --- src/soc/experiment/compalu_multi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/experiment/compalu_multi.py b/src/soc/experiment/compalu_multi.py index a9730bf2..a594c0a3 100644 --- a/src/soc/experiment/compalu_multi.py +++ b/src/soc/experiment/compalu_multi.py @@ -1,6 +1,6 @@ """Computation Unit (aka "ALU Manager"). -Manages a Pioeline or FSM, ensuring that the start and end time are 100% +Manages a Pipeline or FSM, ensuring that the start and end time are 100% monitored. At no time may the ALU proceed without this module notifying the Dependency Matrices. At no time is a result production "abandoned". This module blocks (indicates busy) until it receives notificatiob that -- 2.30.2