diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2014-12-05 11:44:51 +0100 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2014-12-05 11:44:51 +0100 |
commit | 3907f50801410d38703e0dff2faa0b4897a21985 (patch) | |
tree | 8831e5f6d32811c662a1380f9768cb6744f4a3dd /src/rtl/sha1_core.v | |
parent | ba1e8373a70472e322aad228469404b71c5e50bb (diff) |
There is an END to this, according to Paul.
Diffstat (limited to 'src/rtl/sha1_core.v')
-rw-r--r-- | src/rtl/sha1_core.v | 1 |
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 |