diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2018-09-18 12:35:29 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2018-09-18 12:35:29 +0200 |
commit | 12db6151bf7a1c896a6f4bb37d46992a3621caaf (patch) | |
tree | 2753f5b9ff774c40c58dbea421ea039f66fa619e /src/rtl/keywrap_core.v | |
parent | 50bc6e775d7a2a4ad75511c43af93759cc6b09c4 (diff) |
Adding API control bits to read and write key.
Diffstat (limited to 'src/rtl/keywrap_core.v')
-rw-r--r-- | src/rtl/keywrap_core.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rtl/keywrap_core.v b/src/rtl/keywrap_core.v index 6810307..9c2fa50 100644 --- a/src/rtl/keywrap_core.v +++ b/src/rtl/keywrap_core.v @@ -52,6 +52,8 @@ module keywrap_core #(parameter MEM_BITS = 11) input wire init, input wire next, + input wire read, + input wire write, input wire encdec, output wire ready, |