[Cryptech-Commits] [core/rng/avalanche_entropy] branch master updated: Changed warmup cycles to a cool million.

git at cryptech.is git at cryptech.is
Mon Oct 5 13:37:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/rng/avalanche_entropy.

The following commit(s) were added to refs/heads/master by this push:
       new  47bd5c5   Changed warmup cycles to a cool million.
47bd5c5 is described below

commit 47bd5c59ef56ed4d88370d9c45f6b1429557d5ad
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Mon Oct 5 15:36:59 2015 +0200

    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;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list