aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/sha1_core.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl/sha1_core.v')
-rw-r--r--src/rtl/sha1_core.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtl/sha1_core.v b/src/rtl/sha1_core.v
index e38da3b..9a311ca 100644
--- a/src/rtl/sha1_core.v
+++ b/src/rtl/sha1_core.v
@@ -170,8 +170,8 @@ module sha1_core(
H2_reg <= 32'h0;
H3_reg <= 32'h0;
H4_reg <= 32'h0;
- digest_valid_reg <= 0;
- round_ctr_reg <= 7'b0;
+ digest_valid_reg <= 1'h0;
+ round_ctr_reg <= 7'h0;
sha1_ctrl_reg <= CTRL_IDLE;
end
else