From db3eac9c03b8c625eea0add60139c5c9763d0313 Mon Sep 17 00:00:00 2001 From: Imants Pulkstenis Date: Sun, 16 Feb 2020 13:13:02 +0200 Subject: [PATCH] add decription --- ps2/ps02q/alu.v | 1 + 1 file changed, 1 insertion(+) diff --git a/ps2/ps02q/alu.v b/ps2/ps02q/alu.v index b51f38b..b283152 100644 --- a/ps2/ps02q/alu.v +++ b/ps2/ps02q/alu.v @@ -14,6 +14,7 @@ // Revision: // A - initial design // B - VHDL code are replaced with Verilog +// C - ALU logic defined in module // /////////////////////////////