Commit e03564c9 authored by Dimitris Lampridis's avatar Dimitris Lampridis

Check CYC as well as STB in a WB cycle

parent 99fe4bed
......@@ -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