From 2ae592fd18f9735a3dd92c87ac9fbacc92308ada Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 6 Jun 2020 05:52:17 +0100 Subject: [PATCH] update stage docstring --- src/soc/fu/alu/input_stage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/fu/alu/input_stage.py b/src/soc/fu/alu/input_stage.py index 75ed7b2d..3d1bf373 100644 --- a/src/soc/fu/alu/input_stage.py +++ b/src/soc/fu/alu/input_stage.py @@ -1,7 +1,7 @@ # This stage is intended to adjust the input data before sending it to -# the acutal ALU. Things like handling inverting the input, xer_ca +# the actual ALU. Things like handling inverting the input, xer_ca # generation for subtraction, and handling of immediates should happen -# here +# in the base class (CommonInputStage.elaborate). from soc.fu.common_input_stage import CommonInputStage from soc.fu.alu.pipe_data import ALUInputData -- 2.30.2