]> jspc29.x-matter.uni-frankfurt.de Git - dirich.git/commitdiff
adjusted cfg timeout
authorIngo Froehlich <ingo@nomail.fake>
Mon, 13 May 2019 12:35:48 +0000 (14:35 +0200)
committerIngo Froehlich <ingo@nomail.fake>
Mon, 13 May 2019 12:35:48 +0000 (14:35 +0200)
thresholds/thresholds.vhd

index f4df69ac8065e37f7c7c0adbf9e4619bc60a2d09..a895def39c75f03f8881fe811d7e8938b33fa361 100644 (file)
@@ -121,7 +121,10 @@ THE_SPI : entity work.spi_slave
   );\r
 \r
 THE_FLASH_CONTROLLER : entity generic_flash_ctrl\r
-  port map(\r
+  generic map (\r
+    CFG_FLASH_DISABLE_COUNTER_WIDTH => 30 --31sec timeout\r
+    )\r
+  port map (\r
 \r
     CLK_f => clk_33,\r
     CLK_l => clk_33,\r