mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
[core_ibex] Disable waves by default
This seems like something you'd want to enable explicitly, to avoid filling up a disk on a big run.
This commit is contained in:
parent
09d2dd2306
commit
efd289dc17
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export dv_root := $(realpath ../../../vendor/lowrisc_ip/dv)
|
|||
export DUT_TOP := dut
|
||||
|
||||
# Enable waveform dumping
|
||||
WAVES := 1
|
||||
WAVES := 0
|
||||
# Enable coverage dump
|
||||
COV := 0
|
||||
# Enable cosimulation flow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue