Commit 27068d22 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

vme msi: restrict reported address range to the range allocated by crossbar

parent 29742926
......@@ -185,7 +185,7 @@ begin
s_data_ctrl(29 downto 4) <= (others => '0');
s_data_ctrl(3 downto 0) <= msi_int_master_o.sel;
when "1000" => -- MASTER MSI ADD
s_data_ctrl <= msi_int_master_o.adr;
s_data_ctrl <= msi_int_master_o.adr and c_vme_msi.sdb_component.addr_last(31 downto 0);
when "1010" => -- MASTER MSI DATA
s_data_ctrl <= msi_int_master_o.dat;
when "1110" => -- WINDOW OFFSET LOW
......
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