You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/03_reference/instruction_decode_execute.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Arithmetic Logic Unit (ALU)
56
56
---------------------------
57
57
Source File: :file:`rtl/ibex_alu.sv`
58
58
59
-
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.
59
+
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.
60
60
Other blocks use the ALU for the following tasks:
61
61
62
62
* Mult/Div uses it to perform addition as part of the multiplication and division algorithms
0 commit comments