[Cryptech-Commits] [core/util/keywrap] 69/95: We probably want to be able to read data too.

git at cryptech.is git at cryptech.is
Wed Mar 25 17:19:08 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 e2361519ca65645875bf0b533cf9e4726c4e2adf
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Fri Aug 24 11:23:06 2018 +0200

    We probably want to be able to read data too.
---
 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 e0bda45..dc18d92 100644
--- a/src/rtl/keywrap.v
+++ b/src/rtl/keywrap.v
@@ -270,7 +270,7 @@ module keywrap #(parameter ADDR_BITS = 15)
       api_rd_delay_new = 32'h0;
 
       // api_mux
-      if (address[7])
+      if (address[(ADDR_BITS - 1)])
         tmp_read_data = core_api_rd_data;
       else
         tmp_read_data = api_rd_delay_reg;



More information about the Commits mailing list