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

git at cryptech.is git at cryptech.is
Mon Nov 16 21:42:08 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/rosc_entropy.

The following commit(s) were added to refs/heads/master by this push:
       new  1d7af67   harmonize ctrl and status addresses with other cores
1d7af67 is described below

commit 1d7af67f55e9bdf3d5a18ab36d737dc4d9dcae24
Author: Paul Selkirk <paul at psgd.org>
Date:   Mon Nov 16 14:26:33 2015 -0500

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

diff --git a/src/rtl/rosc_entropy.v b/src/rtl/rosc_entropy.v
index 77af1f5..9c8a208 100644
--- a/src/rtl/rosc_entropy.v
+++ b/src/rtl/rosc_entropy.v
@@ -68,10 +68,10 @@ module rosc_entropy(
   parameter ADDR_NAME1               = 8'h01;
   parameter ADDR_VERSION             = 8'h02;
 
-  parameter ADDR_CTRL                = 8'h10;
+  parameter ADDR_CTRL                = 8'h08;
   parameter CTRL_ENABLE_BIT          = 0;
 
-  parameter ADDR_STATUS              = 8'h11;
+  parameter ADDR_STATUS              = 8'h09;
   parameter STATUS_ENTROPY_VALID_BIT = 0;
 
   parameter ADDR_OP_A                = 8'h18;

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


More information about the Commits mailing list