Skip to content
Snippets Groups Projects
Commit 83d3ead3 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

crossbar: was snooping wrong lines

parent 28ea551d
Branches
Tags
No related merge requests found
...@@ -421,7 +421,7 @@ begin ...@@ -421,7 +421,7 @@ begin
-- Tell SDB which master is accessing it (SDB is last slave) -- Tell SDB which master is accessing it (SDB is last slave)
sdb_masters : for master in g_num_masters-1 downto 0 generate sdb_masters : for master in g_num_masters-1 downto 0 generate
sdb_sel_o(master) <= granted(master, g_num_slaves); sdb_sel_o(master) <= granted(master, g_num_slaves-1);
end generate; end generate;
end rtl; end rtl;
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