aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2015-10-05 15:36:59 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2015-10-05 15:36:59 +0200
commit47bd5c59ef56ed4d88370d9c45f6b1429557d5ad (patch)
treef69d9c20c1f54c2ce3d1a0c93bccc3b98687d500
parent60741d08dc20af163ed564692bad0da544996371 (diff)
Changed warmup cycles to a cool million.
-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;