[Cryptech-Commits] [test/external_avalanche_entropy] 01/01: Fix of minor nits.

git at cryptech.is git at cryptech.is
Fri Aug 22 14:37:39 UTC 2014


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

joachim at secworks.se pushed a commit to branch master
in repository test/external_avalanche_entropy.

commit ae3fb289c01f9a37c123b6458a0ad3ba9d17c4a2
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Fri Aug 22 16:37:30 2014 +0200

    Fix of minor nits.
---
 src/rtl/external_avalanche_entropy.v | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/rtl/external_avalanche_entropy.v b/src/rtl/external_avalanche_entropy.v
index f7599c5..df72b3a 100644
--- a/src/rtl/external_avalanche_entropy.v
+++ b/src/rtl/external_avalanche_entropy.v
@@ -107,7 +107,6 @@ module external_avalanche_entropy(
         end
       else
         begin
-
           noise_sample0_reg <= noise;
           noise_sample_reg <= noise_sample0_reg;
 
@@ -166,7 +165,7 @@ module external_avalanche_entropy(
       if (debug_ctr_reg == DEBUG_RATE)
         begin
           debug_ctr_new = 32'h00000000;
-          debug_we = 1'b1;
+          debug_we      = 1'b1;
         end
     end // debug_update
   



More information about the Commits mailing list