Turn off debug mode

This commit is contained in:
Jordan Carlin 2025-01-25 17:35:37 -08:00
parent a338089b6f
commit 9fc2e23eee
No known key found for this signature in database

View File

@ -38,7 +38,7 @@ import cvw::*;
module testbench;
/* verilator lint_off WIDTHTRUNC */
/* verilator lint_off WIDTHEXPAND */
parameter DEBUG=1;
parameter DEBUG=0;
parameter PrintHPMCounters=0;
parameter BPRED_LOGGER=0;
parameter I_CACHE_ADDR_LOGGER=0;