diff --git a/verify/uvm-python/Makefile b/verify/uvm-python/Makefile index b0d4743..df33930 100644 --- a/verify/uvm-python/Makefile +++ b/verify/uvm-python/Makefile @@ -37,7 +37,7 @@ MAKEFLAGS += --no-print-directory # List of tests TESTS := i2s_left_channel_test i2s_right_channel_test i2s_stereo_test i2s_fifo_interrupts_test i2s_averaging_test i2s_zcr_test WriteReadRegsTest -TESTS := i2s_left_channel_test i2s_right_channel_test i2s_stereo_test i2s_averaging_test i2s_zcr_test WriteReadRegsTest # remove i2s_fifo_interrupts_test until fixed +TESTS = i2s_left_channel_test i2s_right_channel_test i2s_stereo_test i2s_averaging_test i2s_zcr_test WriteReadRegsTest # remove i2s_fifo_interrupts_test until fixed # Variable for tag - set this as required SIM_TAG ?= default_tag