[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:
Rupert Swarbrick 2022-05-16 16:55:29 +01:00 committed by hcallahan-lowrisc
parent 09d2dd2306
commit efd289dc17

View file

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