axi_ad7616: DMA is always ready
parent
427f85959c
commit
7ec4c00f9f
|
@ -430,7 +430,6 @@ module axi_ad7616 (
|
|||
.wr_n(wr_n),
|
||||
.m_axis_tdata(m_axis_tdata),
|
||||
.m_axis_tvalid(m_axis_tvalid),
|
||||
.m_axis_tready(m_axis_ready_s),
|
||||
.m_axis_xfer_req(m_axis_xfer_req),
|
||||
.end_of_conv(trigger_s),
|
||||
.clk(up_clk),
|
||||
|
|
|
@ -54,7 +54,6 @@ module axi_ad7616_pif (
|
|||
|
||||
m_axis_tdata,
|
||||
m_axis_tvalid,
|
||||
m_axis_tready,
|
||||
m_axis_xfer_req,
|
||||
|
||||
// end of convertion
|
||||
|
@ -94,7 +93,6 @@ module axi_ad7616_pif (
|
|||
output rd_valid;
|
||||
|
||||
output [31:0] m_axis_tdata;
|
||||
input m_axis_tready;
|
||||
output m_axis_tvalid;
|
||||
input m_axis_xfer_req;
|
||||
|
||||
|
|
Loading…
Reference in New Issue