From ee94c97e4f8208d0c7404887cda16d00f67c6f1f Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Tue, 21 May 2024 15:57:42 +0200 Subject: comments --- rtl/src/arithmetic_unit.v | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rtl/src/arithmetic_unit.v') 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, -- cgit v1.2.3