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/io.v | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'rtl/src/io.v') diff --git a/rtl/src/io.v b/rtl/src/io.v index 7d6cd4f..f872b83 100644 --- a/rtl/src/io.v +++ b/rtl/src/io.v @@ -2,16 +2,16 @@ // Input and output register, connected to pins of fpga. module io ( - input clk, - input rstn, + input clk, + input rstn, - input we, - input [31:0] addr, - input [31:0] wd, + input we, + input [31:0] addr, + input [31:0] wd, output reg [31:0] rd, - input [31:0] io_in, + input [31:0] io_in, output reg [31:0] io_out ); -- cgit v1.2.3