From 34b51b40f59412ae42e99246a60dd70de53ee180 Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Wed, 25 Aug 2021 08:34:41 -0500 Subject: x300: Fix sfpp_io_core tuser width --- fpga/usrp3/top/x300/x300_sfpp_io_core.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpga/usrp3/top') diff --git a/fpga/usrp3/top/x300/x300_sfpp_io_core.v b/fpga/usrp3/top/x300/x300_sfpp_io_core.v index bd3867407..a8de09f7a 100644 --- a/fpga/usrp3/top/x300/x300_sfpp_io_core.v +++ b/fpga/usrp3/top/x300/x300_sfpp_io_core.v @@ -75,7 +75,7 @@ module x300_sfpp_io_core #( wire c2mac_tready; axis_packet_flush #( - .WIDTH(64+3), // tdata + tuser + .WIDTH(64+4), // tdata + tuser .TIMEOUT_W(1), // Not using timeout .FLUSH_PARTIAL_PKTS(0), .PIPELINE("NONE") -- cgit v1.2.3