aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/avalanche_entropy.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl/avalanche_entropy.v')
-rw-r--r--src/rtl/avalanche_entropy.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl/avalanche_entropy.v b/src/rtl/avalanche_entropy.v
index fc70f5f..8eac786 100644
--- a/src/rtl/avalanche_entropy.v
+++ b/src/rtl/avalanche_entropy.v
@@ -145,7 +145,7 @@ module avalanche_entropy(
begin
if (!reset_n)
begin
- enable_reg <= 1;
+ enable_reg <= 1'h1;
end
else
begin