From 7004b8b5c839c9109f83bc0ded6022236b7342d8 Mon Sep 17 00:00:00 2001 From: Seyed Alireza Damghani Date: Thu, 14 Jul 2022 19:47:20 -0300 Subject: [PATCH] [Infra]: add a missing compile flag in CI config files for the vtr_reg_basic test Signed-off-by: Seyed Alireza Damghani --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c2d7a536dc..4a6e174d9f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -160,12 +160,12 @@ jobs: }, { name: 'Basic with NO_GRAPHICS', - params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=off', + params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=off -DODIN_USE_YOSYS=ON', suite: 'vtr_reg_basic' }, { name: 'Basic with VTR_ENABLE_DEBUG_LOGGING', - params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_DEBUG_LOGGING=on', + params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_DEBUG_LOGGING=on -DODIN_USE_YOSYS=ON', suite: 'vtr_reg_basic' }, { @@ -238,7 +238,7 @@ jobs: - name: Test env: - CMAKE_PARAMS: '-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=on -DVTR_IPO_BUILD=off -DWITH_BLIFEXPLORER=on' + CMAKE_PARAMS: '-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=on -DVTR_IPO_BUILD=off -DWITH_BLIFEXPLORER=on -DODIN_USE_YOSYS=ON' BUILD_TYPE: debug LSAN_OPTIONS: 'exitcode=42' #Use a non-standard exit code to ensure LSAN errors are detected run: |