[Cryptech-Commits] [staging/core/comm/coretest] 05/10: Disabling	verbose mode.
    git at cryptech.is 
    git at cryptech.is
       
    Tue Mar 17 13:10:48 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository staging/core/comm/coretest.
commit 673279ec3f83fa10104343a07f4c1b435f73f0e2
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Tue Apr 29 09:42:13 2014 +0200
    Disabling verbose mode.
---
 src/tb/tb_coretest.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tb/tb_coretest.v b/src/tb/tb_coretest.v
index 415a9e6..30d2177 100644
--- a/src/tb/tb_coretest.v
+++ b/src/tb/tb_coretest.v
@@ -47,7 +47,7 @@ module tb_coretest();
   // Internal constant and parameter definitions.
   //----------------------------------------------------------------
   parameter DEBUG           = 0;
-  parameter VERBOSE         = 1;
+  parameter VERBOSE         = 0;
 
   parameter CLK_HALF_PERIOD = 1;
   parameter CLK_PERIOD      = CLK_HALF_PERIOD * 2;
    
    
More information about the Commits
mailing list