diff options
author | RobertWalstab <robert.walstab@gmail.com> | 2020-07-17 16:08:51 +0200 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2020-07-18 11:52:58 -0500 |
commit | 74d157c8f67a413239c01fdfc78088623880f28f (patch) | |
tree | 5a7c316e1b0b75abbdc00514655f05fcd1b8597e /fpga/usrp3/top/e31x | |
parent | 4d9c4749c1591bf416aacd429eea2a9d5a9bc5e6 (diff) | |
download | uhd-74d157c8f67a413239c01fdfc78088623880f28f.tar.gz uhd-74d157c8f67a413239c01fdfc78088623880f28f.tar.bz2 uhd-74d157c8f67a413239c01fdfc78088623880f28f.zip |
e31x: Swap out liberio for internal ethernet in the idle image
Diffstat (limited to 'fpga/usrp3/top/e31x')
-rw-r--r-- | fpga/usrp3/top/e31x/e31x_idle.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga/usrp3/top/e31x/e31x_idle.v b/fpga/usrp3/top/e31x/e31x_idle.v index b1f3b93b5..078e1006f 100644 --- a/fpga/usrp3/top/e31x/e31x_idle.v +++ b/fpga/usrp3/top/e31x/e31x_idle.v @@ -330,12 +330,12 @@ module e31x ( // DMA .s_axis_dma_tdata(), - .s_axis_dma_tdest(), + .s_axis_dma_tkeep(), .s_axis_dma_tlast(), .s_axis_dma_tready(), .s_axis_dma_tvalid(1'b0), .m_axis_dma_tdata(), - .m_axis_dma_tuser(), + .m_axis_dma_tkeep(), .m_axis_dma_tlast(), .m_axis_dma_tready(1'b1), .m_axis_dma_tvalid() |