From 1dac4d221e32c2fd3734ef444ec7a795af95150b Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Tue, 21 Nov 2023 13:49:07 -0600 Subject: [PATCH] Disable the trace for normal operation. --- testbench/common/wallyTracer.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbench/common/wallyTracer.sv b/testbench/common/wallyTracer.sv index c2fc38f17..1ba7f010d 100644 --- a/testbench/common/wallyTracer.sv +++ b/testbench/common/wallyTracer.sv @@ -23,7 +23,7 @@ `define NUM_REGS 32 `define NUM_CSRS 4096 -`define STD_LOG 1 +`define STD_LOG 0 `define PRINT_PC_INSTR 0 `define PRINT_MOST 0 `define PRINT_ALL 0