From c74b597279bc951dc417fd06e9deced2be696d6f Mon Sep 17 00:00:00 2001 From: Ingo Froehlich Date: Mon, 13 May 2019 14:35:48 +0200 Subject: [PATCH] adjusted cfg timeout --- thresholds/thresholds.vhd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, -- 2.43.0