Commit effe1288 authored by Dimitris Lampridis's avatar Dimitris Lampridis

[hdl] adjust memory map sizes for peripherals

parent 935b67b0
......@@ -232,9 +232,9 @@ architecture arch of wrtd_ref_spec150t_adc is
constant c_WB_LAYOUT_MASK :
t_wishbone_address_array(c_NUM_WB_SLAVES - 1 downto 0) := (
c_WB_SLAVE_METADATA => x"0003_e000",
c_WB_SLAVE_FMC_ADC => x"0003_e000",
c_WB_SLAVE_MT => x"0002_0000");
c_WB_SLAVE_METADATA => x"0003_ffc0", -- 0x40 bytes
c_WB_SLAVE_FMC_ADC => x"0003_e000", -- 0x2000 bytes
c_WB_SLAVE_MT => x"0002_0000"); -- 0x20000 bytes
constant c_MT_CONFIG : t_mt_config :=
(
......
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