aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rtl/trng.v2
1 files changed, 1 insertions, 1 deletions
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;