diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2018-09-18 11:19:30 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2018-09-18 11:19:30 +0200 |
commit | 50bc6e775d7a2a4ad75511c43af93759cc6b09c4 (patch) | |
tree | db4580c0861192a22ce2b2d793d6cd785eb1832d /src/rtl/keywrap_core.v | |
parent | 00fd27b23e578f5c92d856951645805be5dbab1a (diff) |
Moved compile time debug access control of key to the API. Added correct code to mux key.
Diffstat (limited to 'src/rtl/keywrap_core.v')
-rw-r--r-- | src/rtl/keywrap_core.v | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rtl/keywrap_core.v b/src/rtl/keywrap_core.v index e9a7177..6810307 100644 --- a/src/rtl/keywrap_core.v +++ b/src/rtl/keywrap_core.v @@ -90,9 +90,6 @@ module keywrap_core #(parameter MEM_BITS = 11) localparam CTRL_NEXT_UCHECK = 4'h9; localparam CTRL_NEXT_FINALIZE = 4'ha; - // If set to one, will allow read access to key memory. - localparam DEBUG_MKM_READ = 1'h1; - //---------------------------------------------------------------- // Registers and memories including control signals. |