aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/sha1.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl/sha1.v')
-rw-r--r--src/rtl/sha1.v2
1 files changed, 0 insertions, 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;