From e15fe3cbc9a8cdf5f449c5a81f3409a49aaa3dcb Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 11 Jul 2022 23:32:19 -0700 Subject: [PATCH] Fix port widths Signed-off-by: Alex Forencich --- rtl/pcie_s10_if.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/pcie_s10_if.v b/rtl/pcie_s10_if.v index 0c942d7d8..976d644f4 100644 --- a/rtl/pcie_s10_if.v +++ b/rtl/pcie_s10_if.v @@ -221,8 +221,8 @@ module pcie_s10_if # output wire [7:0] bus_num, output wire [F_COUNT*3-1:0] max_read_request_size, output wire [F_COUNT*3-1:0] max_payload_size, - output wire [F_COUNT*3-1:0] msix_enable, - output wire [F_COUNT*3-1:0] msix_mask, + output wire [F_COUNT-1:0] msix_enable, + output wire [F_COUNT-1:0] msix_mask, /* * MSI request inputs