Commit 5a40fcd2 authored by Lucas Russo's avatar Lucas Russo

modules/*/wb_acq_core/*: reset datamover at each new acquisition

This is safer as we could have some "old"
data fro a previous acquisition in the
AXI datamover or AXI interconnect buffers.
This would concatenate with the new data.
parent 8a9adf60
......@@ -916,7 +916,7 @@ begin
ddr_axis_rstn <= '1';
ddr_axis_halt <= '0';
if ext_rst_n_i = '0' then
if ext_rst_n_i = '0' or wr_start_i = '1' then
hrst_state <= HALT_GEN;
end if;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment