From: Ingo Froehlich Date: Mon, 13 May 2019 12:35:48 +0000 (+0200) Subject: adjusted cfg timeout X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c74b597279bc951dc417fd06e9deced2be696d6f;p=dirich.git adjusted cfg timeout --- diff --git a/thresholds/thresholds.vhd b/thresholds/thresholds.vhd index f4df69a..a895def 100644 --- a/thresholds/thresholds.vhd +++ b/thresholds/thresholds.vhd @@ -121,7 +121,10 @@ THE_SPI : entity work.spi_slave ); THE_FLASH_CONTROLLER : entity generic_flash_ctrl - port map( + generic map ( + CFG_FLASH_DISABLE_COUNTER_WIDTH => 30 --31sec timeout + ) + port map ( CLK_f => clk_33, CLK_l => clk_33,