aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/aes_encipher_block.v
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-05-21 17:50:37 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-05-21 17:50:37 +0200
commitac77ca2bfe6d184c13da7ba90e8276ed0fc35765 (patch)
treef72f92583f7b612314332f13ce4cfd3d8899a8d1 /src/rtl/aes_encipher_block.v
parent4d360294fd9deea928ba2e1e2d42be4406156f87 (diff)
Removed the sbox word mux. Removed ports for sbox access in the encipher datapath since it now has its own sboxes.
Diffstat (limited to 'src/rtl/aes_encipher_block.v')
-rw-r--r--src/rtl/aes_encipher_block.v3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rtl/aes_encipher_block.v b/src/rtl/aes_encipher_block.v
index c3e672c..c4440d7 100644
--- a/src/rtl/aes_encipher_block.v
+++ b/src/rtl/aes_encipher_block.v
@@ -49,9 +49,6 @@ module aes_encipher_block(
output wire [3 : 0] round,
input wire [127 : 0] round_key,
- output wire [31 : 0] sboxw,
- input wire [31 : 0] new_sboxw,
-
input wire [127 : 0] block,
output wire [127 : 0] new_block,
output wire ready