axi_dmac: dest_axi_stream: Remove outdated comment

This comment hasn't been true in a long long time. It does not have any
relation to the code around it anymore.

So just remove it.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2018-05-22 14:18:27 +02:00 committed by Lars-Peter Clausen
parent bcba21da71
commit 682895c7ae
1 changed files with 0 additions and 5 deletions

View File

@ -82,11 +82,6 @@ wire data_enabled;
wire _fifo_ready; wire _fifo_ready;
wire m_axis_last_s; wire m_axis_last_s;
// We are not allowed to just de-assert valid, but if the streaming target does
// not accept any samples anymore we'd lock up the DMA core. So retain the last
// beat when disabled until it is accepted. But if in the meantime the DMA core
// is re-enabled and new data becomes available overwrite the old.
always @(posedge s_axis_aclk) begin always @(posedge s_axis_aclk) begin
if(req_ready == 1'b1) begin if(req_ready == 1'b1) begin
req_xlast_d <= req_xlast; req_xlast_d <= req_xlast;