aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/keywrap.v
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-07-03 14:28:30 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-07-03 14:28:30 +0200
commit156237ce5cd113bb3bb97abb02d6c3d962033d8d (patch)
tree2cfc93685b04eccb158e8ff6d97335226174924d /src/rtl/keywrap.v
parent558493b2791b034de0f34ec11f872ce2a5b008c4 (diff)
Good news: The core peformcs all AES operations and stops after correct number of operations. Bad news: All values are wrong.
Diffstat (limited to 'src/rtl/keywrap.v')
-rw-r--r--src/rtl/keywrap.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl/keywrap.v b/src/rtl/keywrap.v
index edfd8c3..02a426c 100644
--- a/src/rtl/keywrap.v
+++ b/src/rtl/keywrap.v
@@ -266,7 +266,7 @@ module keywrap(
config_we = 1'h1;
if (address == ADDR_RLEN)
- config_we = 1'h1;
+ rlen_we = 1'h1;
if (address == ADDR_A0)
a0_we = 1'h1;