aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/keywrap.v
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-12-13 16:36:05 +0100
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-12-13 16:36:05 +0100
commitb57fa444b8f894debc762cc877e4c91773e2d605 (patch)
treea8cad783b125834e0d280d1cd81ffde5b8b978db /src/rtl/keywrap.v
parent462c86f8f897448e45fa8b2e21a25c04d5c7dafd (diff)
Fixed some bugs in auto-zeroise functionality. Now it really zeroises key automatically. It seems to work, but needs a bit more testing.
Diffstat (limited to 'src/rtl/keywrap.v')
-rw-r--r--src/rtl/keywrap.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtl/keywrap.v b/src/rtl/keywrap.v
index 36e95bf..47c40d6 100644
--- a/src/rtl/keywrap.v
+++ b/src/rtl/keywrap.v
@@ -302,6 +302,7 @@ module keywrap #(parameter ADDR_BITS = 13)
a1_we = 1'h0;
tmp_read_data = 32'h0;
tmp_error = 1'h0;
+ timeout_we = 1'h0;
ping_new = 1'h0;
zeroise_new = 1'h0;
api_rd_delay_new = 32'h0;