Set WAVES=1 by default for waveform-gen
diff --git a/hw/ip/i2c/dv/Makefile b/hw/ip/i2c/dv/Makefile
index f12564f..cfd67be 100644
--- a/hw/ip/i2c/dv/Makefile
+++ b/hw/ip/i2c/dv/Makefile
@@ -22,6 +22,9 @@
 UVM_TEST        ?= i2c_base_test
 UVM_TEST_SEQ    ?= i2c_base_vseq
 
+# enable waveform-gen
+export WAVES    := 1
+
 ####################################################################################################
 ##                     A D D    I N D I V I D U A L    T E S T S    B E L O W                     ##
 ####################################################################################################