From 47bd5c59ef56ed4d88370d9c45f6b1429557d5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Mon, 5 Oct 2015 15:36:59 +0200 Subject: Changed warmup cycles to a cool million. --- src/rtl/avalanche_entropy_core.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rtl/avalanche_entropy_core.v b/src/rtl/avalanche_entropy_core.v index 115a94d..6c7c70d 100644 --- a/src/rtl/avalanche_entropy_core.v +++ b/src/rtl/avalanche_entropy_core.v @@ -72,8 +72,8 @@ module avalanche_entropy_core( //---------------------------------------------------------------- // Internal constant and parameter definitions. //---------------------------------------------------------------- - // 100000 cycles warmup delay. - localparam WARMUP_CYCLES = 24'h0186a0; + // 1M cycles warmup delay. + localparam WARMUP_CYCLES = 24'h0f4240; localparam DEBUG_DELAY = 32'h002c4b40; localparam MIN_ENTROPY_BITS = 6'h20; -- cgit v1.2.3