diff options
Diffstat (limited to 'rtl/src/arithmetic_unit.v')
-rw-r--r-- | rtl/src/arithmetic_unit.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rtl/src/arithmetic_unit.v b/rtl/src/arithmetic_unit.v index 1a2282b..e987dbd 100644 --- a/rtl/src/arithmetic_unit.v +++ b/rtl/src/arithmetic_unit.v @@ -1,3 +1,6 @@ +// arithmetic unit: +// Arithmetic part of the alu. + module arithmetic_unit ( input [31:0] a, input [31:0] b, |