From b57fa444b8f894debc762cc877e4c91773e2d605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Thu, 13 Dec 2018 16:36:05 +0100 Subject: Fixed some bugs in auto-zeroise functionality. Now it really zeroises key automatically. It seems to work, but needs a bit more testing. --- src/rtl/keywrap.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rtl/keywrap.v') 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; -- cgit v1.2.3