[Cryptech-Commits] [user/js/keywrap] branch master updated: Fixed minor details in unwrap test case. Enabled unwrap test case.

git at cryptech.is git at cryptech.is
Thu Jul 5 13:34:16 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 9897e1e  Fixed minor details in unwrap test case. Enabled unwrap test case.
9897e1e is described below

commit 9897e1e85a8b3e0c61444da792522cc4f5a58534
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Thu Jul 5 15:34:02 2018 +0200

    Fixed minor details in unwrap test case. Enabled unwrap test case.
---
 src/tb/tb_keywrap.v | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/tb/tb_keywrap.v b/src/tb/tb_keywrap.v
index b77a48c..545f031 100644
--- a/src/tb/tb_keywrap.v
+++ b/src/tb/tb_keywrap.v
@@ -496,7 +496,7 @@ module tb_keywrap();
       dump_mem(6);
 
 
-      // Start wrapping and wait for wrap to complete.
+      // Start unwrapping and wait for unwrap to complete.
       $display("* Trying to start processing.");
       write_word(ADDR_CTRL, 32'h00000002);
       #(2 * CLK_PERIOD);
@@ -504,7 +504,7 @@ module tb_keywrap();
       $display("* Processing should be done.");
 
 
-      $display("Contents of memory and dut after wrap processing:");
+      $display("Contents of memory and dut after unwrap processing:");
       dump_mem(6);
       dump_dut_state();
 
@@ -744,8 +744,8 @@ module tb_keywrap();
       reset_dut();
       dump_dut_state();
 
-      test_kwp_ae_128_1();
-//      test_kwp_ad_128_1();
+//      test_kwp_ae_128_1();
+      test_kwp_ad_128_1();
 //      test_kwp_ae_128_2();
 
       display_test_results();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list