[Cryptech-Commits] [user/js/keywrap] branch master updated: (1) Updated version to reflect status. (2) Minor fix after running sim in ModelSim.
git at cryptech.is
git at cryptech.is
Fri Jul 6 11:37:41 UTC 2018
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch master
in repository user/js/keywrap.
The following commit(s) were added to refs/heads/master by this push:
new c72e099 (1) Updated version to reflect status. (2) Minor fix after running sim in ModelSim.
c72e099 is described below
commit c72e099782060367701fdb319d77f4c00ce49dcd
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Fri Jul 6 13:37:24 2018 +0200
(1) Updated version to reflect status. (2) Minor fix after running sim in ModelSim.
---
src/rtl/keywrap.v | 2 +-
src/tb/tb_keywrap.v | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/rtl/keywrap.v b/src/rtl/keywrap.v
index 69295ed..58d40c0 100644
--- a/src/rtl/keywrap.v
+++ b/src/rtl/keywrap.v
@@ -92,7 +92,7 @@ module keywrap(
localparam CORE_NAME0 = 32'h6b657920; // "key "
localparam CORE_NAME1 = 32'h77726170; // "wrap"
- localparam CORE_VERSION = 32'h302e3330; // "0.30"
+ localparam CORE_VERSION = 32'h302e3730; // "0.70"
//----------------------------------------------------------------
diff --git a/src/tb/tb_keywrap.v b/src/tb/tb_keywrap.v
index c8fb927..5a838a4 100644
--- a/src/tb/tb_keywrap.v
+++ b/src/tb/tb_keywrap.v
@@ -220,7 +220,7 @@ module tb_keywrap();
//
// Dump the n first memory positions in the dut internal memory.
//----------------------------------------------------------------
- task dump_mem(integer n);
+ task dump_mem(input integer n);
begin : dump_mem
integer i;
for (i = 0 ; i < n ; i = i + 1)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list