aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/avalanche_entropy_core.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl/avalanche_entropy_core.v')
-rw-r--r--src/rtl/avalanche_entropy_core.v4
1 files 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;