Disable loggers by default.

This commit is contained in:
Ross Thompson 2023-03-28 16:20:45 -05:00
parent cef75cfe06
commit 34dd2850e0

View File

@ -29,9 +29,9 @@
`include "tests.vh" `include "tests.vh"
`define PrintHPMCounters 1 `define PrintHPMCounters 1
`define BPRED_LOGGER 1 `define BPRED_LOGGER 0
`define I_CACHE_ADDR_LOGGER 1 `define I_CACHE_ADDR_LOGGER 0
`define D_CACHE_ADDR_LOGGER 1 `define D_CACHE_ADDR_LOGGER 0
module testbench; module testbench;
parameter DEBUG=0; parameter DEBUG=0;