From a1c1b2afb0b437dc195b5103e3ae46395b0cd2f7 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 10 Jun 2015 12:39:47 -0400 Subject: make cores contiguous, add mixer name/version --- src/rtl/trng.v | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/rtl/trng.v') diff --git a/src/rtl/trng.v b/src/rtl/trng.v index 728fa39..9e8bf69 100644 --- a/src/rtl/trng.v +++ b/src/rtl/trng.v @@ -61,10 +61,10 @@ module trng( // Internal constant and parameter definitions. //---------------------------------------------------------------- localparam TRNG_PREFIX = 4'h0; - localparam ENTROPY1_PREFIX = 4'h5; - localparam ENTROPY2_PREFIX = 4'h6; - localparam MIXER_PREFIX = 4'ha; - localparam CSPRNG_PREFIX = 4'hb; + localparam ENTROPY1_PREFIX = 4'h1; + localparam ENTROPY2_PREFIX = 4'h2; + localparam MIXER_PREFIX = 4'h3; + localparam CSPRNG_PREFIX = 4'h4; localparam DEBUG_ENTROPY0 = 3'h0; localparam DEBUG_ENTROPY1 = 3'h1; -- cgit v1.2.3