From 3907f50801410d38703e0dff2faa0b4897a21985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Fri, 5 Dec 2014 11:44:51 +0100 Subject: There is an END to this, according to Paul. --- src/rtl/sha1_core.v | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3