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
parent
bcba21da71
commit
682895c7ae
|
@ -82,11 +82,6 @@ wire data_enabled;
|
|||
wire _fifo_ready;
|
||||
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
|
||||
if(req_ready == 1'b1) begin
|
||||
req_xlast_d <= req_xlast;
|
||||
|
|
Loading…
Reference in New Issue