[Cryptech-Commits] [core/coretest] 01/01: Disabling verbose mode.

git at cryptech.is git at cryptech.is
Tue Apr 29 07:42:18 UTC 2014


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/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