Commit 374ada5f authored by Michael Reese's avatar Michael Reese Committed by Cesar Prados

vme-wb: fix behaviour of etherbone error shift register

parent a0741229
......@@ -220,7 +220,7 @@ begin
end if;
-- Shift in the error register
if err_i = '1' or rty_i = '1' or s_ack_ctrl = '1' then
if err_i = '1' or rty_i = '1' or memAckWB_i = '1' then
s_error_ctrl <= s_error_ctrl(s_error_ctrl'length-2 downto 0) &
(err_i or rty_i );
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