Skip to content

Commit

Permalink
Merge pull request #1221 from jordancarlin/disable-boottrace
Browse files Browse the repository at this point in the history
Disable boottrace generation by default
  • Loading branch information
davidharrishmc authored Jan 4, 2025
2 parents 1a75747 + 0d84c76 commit ee6a1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbench/common/wallyTracer.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee6a1d8

Please sign in to comment.