[Cryptech-Commits] [core/util/keywrap] 79/95: Adding a more sane default timeout value.
git at cryptech.is
git at cryptech.is
Wed Mar 25 17:19:18 UTC 2020
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository core/util/keywrap.
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;
//----------------------------------------------------------------
More information about the Commits
mailing list