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/alu.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rtl/src/alu.v') diff --git a/rtl/src/alu.v b/rtl/src/alu.v index 8a265ee..2e927ca 100644 --- a/rtl/src/alu.v +++ b/rtl/src/alu.v @@ -1,3 +1,7 @@ +// alu: +// Computes result based on operands a, b and the provided operation. +// The signal zero is high if result is zero. + module alu ( input [31:0] a, input [31:0] b, -- cgit v1.2.3