aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/keywrap_core.v
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-12-07 10:47:54 +0100
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-12-07 10:47:54 +0100
commit1304440b303fd4d9b135f364e4b9ce0dd923097e (patch)
tree7c6444e180a328dc77ca8b7fdf4468f4abccc615 /src/rtl/keywrap_core.v
parent6cfcc1ec5bc0e2c944ec66bd62d58740d2b8823d (diff)
Adding API support for key loaded status and key timeout control. Added ports in the core to support key status and timeout. Updated core testbench to match the new interface.
Diffstat (limited to 'src/rtl/keywrap_core.v')
-rw-r--r--src/rtl/keywrap_core.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rtl/keywrap_core.v b/src/rtl/keywrap_core.v
index d1e63b0..b16e05d 100644
--- a/src/rtl/keywrap_core.v
+++ b/src/rtl/keywrap_core.v
@@ -51,6 +51,9 @@ module keywrap_core #(parameter MEM_BITS = 11)
output wire ready,
output wire valid,
+ output wire loaded,
+
+ input wire [31 : 0] timeout,
input wire [(MEM_BITS - 2) : 0] rlen,