From a613cc8a31369462cecac88f43fdcc9194102ce5 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 25 Aug 2021 23:58:52 -0700 Subject: [PATCH] Fix alignment --- rtl/axis_switch.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/axis_switch.v b/rtl/axis_switch.v index dbbea618..875a061d 100644 --- a/rtl/axis_switch.v +++ b/rtl/axis_switch.v @@ -77,8 +77,8 @@ module axis_switch # parameter ARB_LSB_HIGH_PRIORITY = 1 ) ( - input wire clk, - input wire rst, + input wire clk, + input wire rst, /* * AXI Stream inputs