From e2361519ca65645875bf0b533cf9e4726c4e2adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Fri, 24 Aug 2018 11:23:06 +0200 Subject: 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; -- cgit v1.2.3