Merge pull request #1221 from jordancarlin/disable-boottrace

Disable boottrace generation by default
This commit is contained in:
David Harris 2025-01-04 11:09:32 -08:00 committed by GitHub
commit ee6a1d8361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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