[Cryptech-Commits] [core/util/keywrap] 22/37: Trigger read operation when we should read.
git at cryptech.is
git at cryptech.is
Wed Apr 29 16:51:58 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 8b4f7c06886b3cb937d11fe9d2bd9a4f62a6d621
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Tue Nov 6 14:30:53 2018 +0100
Trigger read operation when we should read.
---
src/rtl/keywrap_core.v | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rtl/keywrap_core.v b/src/rtl/keywrap_core.v
index cf6e00a..378a61a 100644
--- a/src/rtl/keywrap_core.v
+++ b/src/rtl/keywrap_core.v
@@ -465,7 +465,7 @@ module keywrap_core #(parameter MEM_BITS = 11)
if (read)
begin
- mkm_write = 1'h1;
+ mkm_read = 1'h1;
ready_new = 1'h0;
ready_we = 1'h1;
mkm_read = 1'h1;
More information about the Commits
mailing list