aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Fife <wade.fife@ettus.com>2021-08-25 08:34:41 -0500
committerWade Fife <wade.fife@ettus.com>2021-08-27 08:24:07 -0500
commit34b51b40f59412ae42e99246a60dd70de53ee180 (patch)
tree358e13539849c8bfe7ce64ea7fc388fd3ea4e512
parent61d5cd5a0b06687dbd691a6a9e98e0e55c76da24 (diff)
downloaduhd-34b51b40f59412ae42e99246a60dd70de53ee180.tar.gz
uhd-34b51b40f59412ae42e99246a60dd70de53ee180.tar.bz2
uhd-34b51b40f59412ae42e99246a60dd70de53ee180.zip
x300: Fix sfpp_io_core tuser width
-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")