[Cryptech-Commits] [core/hash/sha1] 02/02: Removing stale wires.
git at cryptech.is
git at cryptech.is
Fri Dec 15 07:41:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch master
in repository core/hash/sha1.
commit 0c61052e0836f50eb9df64bc5b0bdd465005e897
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Fri Dec 15 08:41:45 2017 +0100
Removing stale wires.
---
src/rtl/sha1.v | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/rtl/sha1.v b/src/rtl/sha1.v
index 40d13bc..9a112b0 100644
--- a/src/rtl/sha1.v
+++ b/src/rtl/sha1.v
@@ -102,8 +102,6 @@ module sha1(
//----------------------------------------------------------------
// Wires.
//----------------------------------------------------------------
- wire core_init;
- wire core_next;
wire core_ready;
wire [511 : 0] core_block;
wire [159 : 0] core_digest;
More information about the Commits
mailing list