From 5cb94b567f64da1c3c16493ba2518fa3c4c321b9 Mon Sep 17 00:00:00 2001 From: M0stafaRady Date: Mon, 14 Oct 2024 13:06:24 +0300 Subject: [PATCH] Add tests from I2S to the list --- .github/test_set.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/test_set.yaml b/.github/test_set.yaml index 3667d57..f9ea6a7 100644 --- a/.github/test_set.yaml +++ b/.github/test_set.yaml @@ -51,4 +51,13 @@ - i2c_write_read_test WriteReadRegsTest bus: - APB - - WISHBONE \ No newline at end of file + - WISHBONE +- name: EF_I2S + url: https://github.com/efabless/EF_I2S.git + tests: + - i2s_stereo_test WriteReadRegsTest + - i2s_averaging_test + bus: + - APB + - WISHBONE + - AHB \ No newline at end of file