[Cryptech-Commits] [test/novena_entropy] 01/02: Connected the debug port to the debug port in the avalanche port.

git at cryptech.is git at cryptech.is
Wed Dec 3 13:13:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository test/novena_entropy.

commit 4b2d35f2ce4eecb8486ba671b623e42bbe8cd479
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Wed Dec 3 14:11:38 2014 +0100

    Connected the debug port to the debug port in the avalanche port.
---
 src/rtl/coretest_entropy.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rtl/coretest_entropy.v b/src/rtl/coretest_entropy.v
index 17732a3..4f15fe3 100644
--- a/src/rtl/coretest_entropy.v
+++ b/src/rtl/coretest_entropy.v
@@ -138,7 +138,7 @@ module coretest_entropy(
   //----------------------------------------------------------------
   // Concurrent assignment.
   //----------------------------------------------------------------
-  assign debug = i2c_debug;
+  assign debug = avalanche_debug;
 
   assign avalanche_noise         = noise;
   assign avalanche_discard       = 0;



More information about the Commits mailing list