Commit f51f4595 authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: fix memory map of SPEC150T FMC-ADC reference design

parent bb32cd08
...@@ -321,8 +321,8 @@ architecture arch of wrtd_ref_spec150t_adc is ...@@ -321,8 +321,8 @@ architecture arch of wrtd_ref_spec150t_adc is
-- not really used, will be reprogrammed by software -- not really used, will be reprogrammed by software
constant c_VIC_VECTOR_TABLE : t_wishbone_address_array(0 to 5) := ( constant c_VIC_VECTOR_TABLE : t_wishbone_address_array(0 to 5) := (
0 => x"00011500", -- FMC EIC address 0 => x"00005500", -- FMC EIC
1 => x"00018000", -- FMC DMA FIXME. 1 => x"00002200", -- DMA EIC
2 => x"00020000", -- MT Mqueue in interrupt 2 => x"00020000", -- MT Mqueue in interrupt
3 => x"00020001", -- MT Mqueue out interrupt 3 => x"00020001", -- MT Mqueue out interrupt
4 => x"00020002", -- MT Console interrupt 4 => x"00020002", -- MT Console interrupt
......
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