[Cryptech-Commits] [core/hash/sha3] branch master updated: Making ModelSim happy with the testbench. Not as easy making ModelSim be friends with the sha3 core. Nor Icarus or Verilator.

git at cryptech.is git at cryptech.is
Wed Aug 24 10:51:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/hash/sha3.

The following commit(s) were added to refs/heads/master by this push:
       new  e5fb102   Making ModelSim happy with the testbench. Not as easy making ModelSim be friends with the sha3 core. Nor Icarus or Verilator.
e5fb102 is described below

commit e5fb10221c1c72292218cf718b4b6e6700924985
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Wed Aug 24 12:51:47 2016 +0200

    Making ModelSim happy with the testbench. Not as easy making ModelSim be friends with the sha3 core. Nor Icarus or Verilator.
---
 src/tb/tb_sha3.v | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/tb/tb_sha3.v b/src/tb/tb_sha3.v
index 06f6546..b7e29d6 100644
--- a/src/tb/tb_sha3.v
+++ b/src/tb/tb_sha3.v
@@ -217,9 +217,7 @@ module tb_sha3();
   //----------------------------------------------------------------
   task simple_test;
     reg [7 : 0] i;
-
-    begin : stest;
-
+    begin
       dump_state();
 
       for (i = 0 ; i < 64 ; i = i + 1)
@@ -232,7 +230,6 @@ module tb_sha3();
         end
 
       dump_state();
-
     end
   endtask // simple_test
 

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


More information about the Commits mailing list