[Cryptech-Commits] [user/js/keywrap] branch auto_zeroise updated: Adding a more sane default timeout value.

git at cryptech.is git at cryptech.is
Fri Dec 7 12:51:22 UTC 2018


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch auto_zeroise
in repository user/js/keywrap.

The following commit(s) were added to refs/heads/auto_zeroise by this push:
     new 2841e92  Adding a more sane default timeout value.
2841e92 is described below

commit 2841e92b6bf076365c6401e08b249105fccc7b84
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Fri Dec 7 13:51:13 2018 +0100

    Adding a more sane default timeout value.
---
 src/rtl/keywrap.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rtl/keywrap.v b/src/rtl/keywrap.v
index 023ed14..c03e903 100644
--- a/src/rtl/keywrap.v
+++ b/src/rtl/keywrap.v
@@ -105,7 +105,7 @@ module keywrap #(parameter ADDR_BITS = 13)
   localparam RLEN_BITS        = ADDR_BITS - 2;
   localparam PAD              = ADDR_BITS - 8;
 
-  localparam DEFAULT_TIMEOUT  = 32'hffff0000;
+  localparam DEFAULT_TIMEOUT  = 32'h0400_0000;
 
 
   //----------------------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list