From 4b2d35f2ce4eecb8486ba671b623e42bbe8cd479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Wed, 3 Dec 2014 14:11:38 +0100 Subject: 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; -- cgit v1.2.3