aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rtl/sha1_core.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtl/sha1_core.v b/src/rtl/sha1_core.v
index 22f8cc2..78fe2b9 100644
--- a/src/rtl/sha1_core.v
+++ b/src/rtl/sha1_core.v
@@ -424,6 +424,7 @@ module sha1_core(
digest_update = 1;
sha1_ctrl_new = CTRL_DONE;
sha1_ctrl_we = 1;
+ end
CTRL_DONE:
begin