From c55ec47275d51c4e09b8ee06a397f34d095c93ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Mon, 5 Oct 2015 15:36:04 +0200 Subject: 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; -- cgit v1.2.3