From 0fbfa39b747f44a36215813ecd5d77d38ece1600 Mon Sep 17 00:00:00 2001 From: Ingo Froehlich Date: Fri, 22 May 2020 16:38:47 +0200 Subject: [PATCH] 30 seconds timeout for cfg flash, fixed typo --- thresholds/thresholds.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thresholds/thresholds.vhd b/thresholds/thresholds.vhd index 047072e..8f88233 100644 --- a/thresholds/thresholds.vhd +++ b/thresholds/thresholds.vhd @@ -123,7 +123,7 @@ THE_SPI : entity work.spi_slave THE_FLASH_CONTROLLER : entity generic_flash_ctrl generic map ( - CFG_FLASH_DISABLE_COUNTER_WIDTH => 30 --31sec timeout + CFG_FLASH_DISABLE_COUNTER_WIDTH => 30, --31sec timeout USE_I2C_PROG => c_YES -- DiRICH1,2,3: c_YES ; DiRICH4: c_NO ) port map( -- 2.43.0