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/shift_unit.v | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rtl/src/shift_unit.v') diff --git a/rtl/src/shift_unit.v b/rtl/src/shift_unit.v index 7dbe4a2..5a1dfc4 100644 --- a/rtl/src/shift_unit.v +++ b/rtl/src/shift_unit.v @@ -3,11 +3,11 @@ module shift_unit ( input signed [31:0] a, - input [4:0] b, + input [4:0] b, - input [1:0] op, + input [1:0] op, - output reg [31:0] result + output reg [31:0] result ); `include "include/consts.vh" -- cgit v1.2.3