aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/rosc_entropy.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl/rosc_entropy.v')
-rw-r--r--src/rtl/rosc_entropy.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl/rosc_entropy.v b/src/rtl/rosc_entropy.v
index 485b516..179f41c 100644
--- a/src/rtl/rosc_entropy.v
+++ b/src/rtl/rosc_entropy.v
@@ -169,7 +169,7 @@ module rosc_entropy(
begin
if (!reset_n)
begin
- enable_reg <= 1;
+ enable_reg <= 1'h1;
op_a_reg <= DEFAULT_OP_A;
op_b_reg <= DEFAULT_OP_B;
end