[Cryptech-Commits] [core/rng/trng] 01/01: Updated the trng version number to sometning that better reflects that it actually builds and generates values.

git at cryptech.is git at cryptech.is
Mon Apr 27 11:53:47 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/trng.

commit 1afae41cfe177d99488e5fa219accf786fd380bb
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Mon Apr 27 13:53:42 2015 +0200

    Updated the trng version number to sometning that better reflects that it actually builds and generates values.
---
 src/rtl/trng.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rtl/trng.v b/src/rtl/trng.v
index 2ef30fb..15714c5 100644
--- a/src/rtl/trng.v
+++ b/src/rtl/trng.v
@@ -86,7 +86,7 @@ module trng(
 
   localparam TRNG_NAME0              = 32'h74726e67; // "trng"
   localparam TRNG_NAME1              = 32'h20202020; // "    "
-  localparam TRNG_VERSION            = 32'h302e3031; // "0.01"
+  localparam TRNG_VERSION            = 32'h302e3530; // "0.50"
 
   // 20x/s @ 50 MHz.
   localparam DEFAULT_DEBUG_DELAY     = 32'h002625a0;



More information about the Commits mailing list