diff options
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; |