Commit 27a338fc authored by Tristan Gingold's avatar Tristan Gingold

fmc-adc: adjust constraints, adjust VIC vector.

parent 2a34d662
......@@ -191,7 +191,7 @@ NET "cmp_ddr0_ctrl_bank/*/memc?_mcb_raw_wrapper_inst/selfrefresh_mcb_mode" TIG;
# Ignore async reset to DDR controller
NET "rst_ddr_333m_n" TPTHRU = ddr0_rst;
#ERR TIMESPEC TS_ddr0_rst_tig = FROM FFS THRU ddr0_rst TIG;
TIMESPEC TS_ddr0_rst_tig = FROM FFS THRU ddr0_rst TIG;
#----------------------------------------
# Cross-clock domain sync
......
......@@ -246,7 +246,7 @@ architecture arch of {name}_top is
-- not really used, will be reprogrammed by software
constant c_VIC_VECTOR_TABLE : t_wishbone_address_array(0 to 5) := (
0 => x"00013000", -- FMC0
0 => x"00011500", -- FMC0 EIC address
1 => x"00018000", -- FMC1
2 => x"00020000", -- MT Mqueue in interrupt
3 => x"00020001", -- MT Mqueue out interrupt
......@@ -292,7 +292,7 @@ architecture arch of {name}_top is
attribute keep of fmc0_clk_125m : signal is "TRUE";
attribute keep of fmc1_clk_125m : signal is "TRUE";
attribute keep of rst_ddr_333m_n : signal is "TRUE";
-- I2C EEPROM
signal eeprom_sda_in : std_logic;
signal eeprom_sda_out : std_logic;
......
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