From 0cd79187b652d09fa5e25778a0d0fb3a9d6d7c37 Mon Sep 17 00:00:00 2001 From: lingscale Date: Tue, 27 Aug 2024 22:40:07 +0800 Subject: [PATCH] [doc] fix a typo. --- doc/03_reference/instruction_decode_execute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03_reference/instruction_decode_execute.rst b/doc/03_reference/instruction_decode_execute.rst index 6fb037dbb5..7734080342 100644 --- a/doc/03_reference/instruction_decode_execute.rst +++ b/doc/03_reference/instruction_decode_execute.rst @@ -56,7 +56,7 @@ Arithmetic Logic Unit (ALU) --------------------------- Source File: :file:`rtl/ibex_alu.sv` -The Arithmetic Logic Logic (ALU) is a purely combinational block that implements operations required for the Integer Computational Instructions and the comparison operations required for the Control Transfer Instructions in the RV32I RISC-V Specification. +The Arithmetic Logic Unit (ALU) is a purely combinational block that implements operations required for the Integer Computational Instructions and the comparison operations required for the Control Transfer Instructions in the RV32I RISC-V Specification. Other blocks use the ALU for the following tasks: * Mult/Div uses it to perform addition as part of the multiplication and division algorithms