From 8f7a8e5789d9feb7b8ec1ac9e2041c8dbbc1395c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Fri, 26 Sep 2014 14:39:15 +0200 Subject: Update of rosc entropy after synthesis of the trng. --- src/rtl/rosc_entropy.v | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/rtl/rosc_entropy.v') diff --git a/src/rtl/rosc_entropy.v b/src/rtl/rosc_entropy.v index 815c606..404ddae 100644 --- a/src/rtl/rosc_entropy.v +++ b/src/rtl/rosc_entropy.v @@ -47,15 +47,17 @@ module rosc_entropy( output wire [31 : 0] read_data, output wire error, + input wire discard, + input wire test_mode, + output wire security_error, + output wire entropy_enabled, output wire [31 : 0] entropy_data, output wire entropy_valid, input wire entropy_ack, output wire [7 : 0] debug, - input wire debug_update, - - output wire security_error + input wire debug_update ); -- cgit v1.2.3