mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
Turn off debug mode
This commit is contained in:
parent
a338089b6f
commit
9fc2e23eee
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue