Skip to content

Commit 7004b8b

Browse files
committed
[Infra]: add a missing compile flag in CI config files for the vtr_reg_basic test
Signed-off-by: Seyed Alireza Damghani <[email protected]>
1 parent e0525c5 commit 7004b8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ jobs:
160160
},
161161
{
162162
name: 'Basic with NO_GRAPHICS',
163-
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=off',
163+
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=off -DODIN_USE_YOSYS=ON',
164164
suite: 'vtr_reg_basic'
165165
},
166166
{
167167
name: 'Basic with VTR_ENABLE_DEBUG_LOGGING',
168-
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_DEBUG_LOGGING=on',
168+
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVTR_ENABLE_DEBUG_LOGGING=on -DODIN_USE_YOSYS=ON',
169169
suite: 'vtr_reg_basic'
170170
},
171171
{
@@ -238,7 +238,7 @@ jobs:
238238

239239
- name: Test
240240
env:
241-
CMAKE_PARAMS: '-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=on -DVTR_IPO_BUILD=off -DWITH_BLIFEXPLORER=on'
241+
CMAKE_PARAMS: '-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=on -DVTR_IPO_BUILD=off -DWITH_BLIFEXPLORER=on -DODIN_USE_YOSYS=ON'
242242
BUILD_TYPE: debug
243243
LSAN_OPTIONS: 'exitcode=42' #Use a non-standard exit code to ensure LSAN errors are detected
244244
run: |

0 commit comments

Comments
 (0)