diff options
author | Paul Selkirk <paul@psgd.org> | 2018-09-17 17:55:33 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-09-17 17:55:33 -0400 |
commit | 92dcc23dd95a6f38a7fa4abc9b7002eff8dcd053 (patch) | |
tree | e46a5f771021580d344bb3ba6c3541734e50e4bd /verilog_constants.h | |
parent | e4fa00258cd920d4ea91b024ee007f5b44bac196 (diff) |
Track Joachim's keywrap core change to automatically initialize the AIV.
Diffstat (limited to 'verilog_constants.h')
-rw-r--r-- | verilog_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verilog_constants.h b/verilog_constants.h index 8735b12..d190589 100644 --- a/verilog_constants.h +++ b/verilog_constants.h @@ -307,7 +307,7 @@ #define KEYWRAP_CONFIG_ENCDEC (1) #define KEYWRAP_CONFIG_KEYLEN (2) -#define KEYWRAP_ADDR_RLEN (0x0c) +#define KEYWRAP_ADDR_LENGTH (0x0c) #define KEYWRAP_ADDR_A0 (0x0e) #define KEYWRAP_ADDR_A1 (0x0f) |