Commit d77144e5 authored by Lucas Russo's avatar Lucas Russo

modules/*/wb_fmc130m_4ch/*: use same SDB address as FMC250M

This way, we don't need to change the top
SDB bridge layout to differentiate between
FMC130M and FMC250M designs.
parent 10182ff9
......@@ -280,7 +280,7 @@ architecture rtl of wb_fmc130m_4ch is
);
-- Self Describing Bus ROM Address. It will be an addressed slave as well.
constant c_sdb_address : t_wishbone_address := x"00005000";
constant c_sdb_address : t_wishbone_address := x"00006000";
-----------------------------
-- Clock and reset signals
......
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