diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2014-12-03 14:11:38 +0100 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2014-12-03 14:11:38 +0100 |
commit | 4b2d35f2ce4eecb8486ba671b623e42bbe8cd479 (patch) | |
tree | a327f273d050345ae4453de8e091edd73572e60c /src/rtl | |
parent | 088acf55d1bb3f38a30d7a84656478c974645409 (diff) |
Connected the debug port to the debug port in the avalanche port.
Diffstat (limited to 'src/rtl')
-rw-r--r-- | src/rtl/coretest_entropy.v | 2 |
1 files changed, 1 insertions, 1 deletions
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; |