aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fpga/usrp3/top/x300/x300_sfpp_io_core.v2
1 files changed, 1 insertions, 1 deletions
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")