aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/avalanche_entropy.v
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-10-16 10:47:40 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-10-16 10:47:40 +0200
commit035e85dc38114de1e7971e2865553df386c0c290 (patch)
treeaaf67e9b10f9e6a2093a8c16cfd6f08646fe40c0 /src/rtl/avalanche_entropy.v
parent5742813ab43fec9fa90d970f086f1e266875b8f3 (diff)
Added width definitions and cleaned up how constants are written in reset statements. As part of checking that all registers are being reset.
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