From: Ingo Froehlich Date: Fri, 22 May 2020 13:30:43 +0000 (+0200) Subject: 30 seconds timeout for cfg flash X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=93dcca1a8ceb41c081aca7a9ed5d7e25ed64e5e0;p=dirich.git 30 seconds timeout for cfg flash --- 93dcca1a8ceb41c081aca7a9ed5d7e25ed64e5e0 diff --cc thresholds/thresholds.vhd index a895def,4b68b96..047072e --- a/thresholds/thresholds.vhd +++ b/thresholds/thresholds.vhd @@@ -122,9 -123,9 +123,10 @@@ THE_SPI : entity work.spi_slav THE_FLASH_CONTROLLER : entity generic_flash_ctrl generic map ( + CFG_FLASH_DISABLE_COUNTER_WIDTH => 30 --31sec timeout - ) - port map ( + USE_I2C_PROG => c_YES -- DiRICH1,2,3: c_YES ; DiRICH4: c_NO + ) + port map( CLK_f => clk_33, CLK_l => clk_33,