aboutsummaryrefslogtreecommitdiff
path: root/verilog_constants.h
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2020-03-25 13:28:59 -0400
committerPaul Selkirk <paul@psgd.org>2020-03-25 13:28:59 -0400
commit6f8ac4f72ef2fb003038293a62e47edf6c962b36 (patch)
tree23e2641f483f7e99957bf57ee8b5f43b4576dc28 /verilog_constants.h
parentf012c32f742d95aae3fd4065234e1ddfbb1495c4 (diff)
Reduce keywrap to 16 core blocks, to match how it's actually built now.
Diffstat (limited to 'verilog_constants.h')
-rw-r--r--verilog_constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/verilog_constants.h b/verilog_constants.h
index db75294..9ed84d4 100644
--- a/verilog_constants.h
+++ b/verilog_constants.h
@@ -364,8 +364,8 @@
#define KEYWRAP_ADDR_KEY6 (0x16)
#define KEYWRAP_ADDR_KEY7 (0x17)
-#define KEYWRAP_ADDR_R_DATA (0x1000)
-#define KEYWRAP_LEN_R_DATA (0x1000)
+#define KEYWRAP_ADDR_R_DATA (0x800)
+#define KEYWRAP_LEN_R_DATA (0x800)
#endif /* _VERILOG_CONSTANTS_H_ */