From 0c61052e0836f50eb9df64bc5b0bdd465005e897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Fri, 15 Dec 2017 08:41:45 +0100 Subject: 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; -- cgit v1.2.3