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

git at cryptech.is git at cryptech.is
Mon Oct 5 13:36:25 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/rosc_entropy.

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

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

    Changed warmup cycles to a cool million.
---
 src/rtl/rosc_entropy_core.v | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rtl/rosc_entropy_core.v b/src/rtl/rosc_entropy_core.v
index 4a43eb9..51ded81 100644
--- a/src/rtl/rosc_entropy_core.v
+++ b/src/rtl/rosc_entropy_core.v
@@ -60,8 +60,8 @@ module rosc_entropy_core(
   //----------------------------------------------------------------
   // Parameters.
   //----------------------------------------------------------------
-  // 100000 cycles warmup delay.
-  localparam WARMUP_CYCLES     = 24'h0186a0;
+  // 1M cycles warmup delay.
+  localparam WARMUP_CYCLES     = 24'h0f4240;
   localparam ADDER_WIDTH       = 1;
   localparam DEBUG_DELAY       = 32'h002c4b40;
   localparam NUM_SHIFT_BITS    = 8'h20;

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


More information about the Commits mailing list