[Cryptech-Commits] [user/js/keywrap] branch integrate_mkmif updated: Trigger read operation when we should read.
git at cryptech.is
git at cryptech.is
Tue Nov 6 13:31:01 UTC 2018
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch integrate_mkmif
in repository user/js/keywrap.
The following commit(s) were added to refs/heads/integrate_mkmif by this push:
new 8b4f7c0 Trigger read operation when we should read.
8b4f7c0 is described below
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;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list