From 108048cd7c13378ca55bca4c9f481e59484642d6 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 25 May 2020 00:58:19 +0100 Subject: [PATCH] spelling --- src/soc/experiment/compalu_multi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/soc/experiment/compalu_multi.py b/src/soc/experiment/compalu_multi.py index a594c0a3..6b066031 100644 --- a/src/soc/experiment/compalu_multi.py +++ b/src/soc/experiment/compalu_multi.py @@ -3,7 +3,8 @@ 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 +This module blocks (indicates busy) starting from when it first receives +an opcode until it receives notification that its result(s) have been successfully stored in the regfile(s) Documented at http://libre-soc.org/3d_gpu/architecture/compunit -- 2.30.2