Commit 6d407b82 authored by Dimitris Lampridis's avatar Dimitris Lampridis Committed by Tristan Gingold

Check CYC as well as STB in a WB cycle

parent 02b5ad67
......@@ -117,7 +117,7 @@ begin
counter <= counter - 1;
end if;
if slave_i.stb = '1' then
if slave_i.stb = '1' and slave_i.cyc = '1' then
if slave_i.adr (13 downto 12) = "00" then
-- Save transaction (very cheap scope).
last_trans (23 downto 0) <= slave_i.adr (23 downto 0);
......
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