[Cryptech-Commits] [core/rng/avalanche_entropy] branch master updated: harmonize ctrl and status addresses with other cores

git at cryptech.is git at cryptech.is
Mon Nov 16 21:41:55 UTC 2015


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

paul at psgd.org 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  6bc2d51   harmonize ctrl and status addresses with other cores
6bc2d51 is described below

commit 6bc2d51db70e599d010971aefc1d01c854622e40
Author: Paul Selkirk <paul at psgd.org>
Date:   Mon Nov 16 14:26:06 2015 -0500

    harmonize ctrl and status addresses with other cores
---
 src/rtl/avalanche_entropy.v | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rtl/avalanche_entropy.v b/src/rtl/avalanche_entropy.v
index 7ba76ac..6ae824a 100644
--- a/src/rtl/avalanche_entropy.v
+++ b/src/rtl/avalanche_entropy.v
@@ -76,10 +76,10 @@ module avalanche_entropy(
   localparam ADDR_NAME1       = 8'h01;
   localparam ADDR_VERSION     = 8'h02;
 
-  localparam ADDR_CTRL        = 8'h10;
+  localparam ADDR_CTRL        = 8'h08;
   localparam CTRL_ENABLE_BIT  = 0;
 
-  localparam ADDR_STATUS      = 8'h11;
+  localparam ADDR_STATUS      = 8'h09;
   localparam STATUS_VALID_BIT = 0;
 
   localparam ADDR_ENTROPY     = 8'h20;

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


More information about the Commits mailing list