mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[doc] fix a typo.
This commit is contained in:
parent
03ba286570
commit
0cd79187b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue