From c6e342f93d1a7fe92d2a7e1b4e488f328e1f4469 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Thu, 23 May 2024 07:04:37 +0200 Subject: align --- rtl/src/arithmetic_unit.v | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rtl/src/arithmetic_unit.v') diff --git a/rtl/src/arithmetic_unit.v b/rtl/src/arithmetic_unit.v index e987dbd..67ca4bc 100644 --- a/rtl/src/arithmetic_unit.v +++ b/rtl/src/arithmetic_unit.v @@ -2,10 +2,10 @@ // Arithmetic part of the alu. module arithmetic_unit ( - input [31:0] a, - input [31:0] b, + input [31:0] a, + input [31:0] b, - input [1:0] op, + input [1:0] op, output reg [31:0] result ); -- cgit v1.2.3