Skip to content

Commit 15fd8d6

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

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/test.yml

Lines changed: 7 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
{
@@ -223,7 +223,11 @@ jobs:
223223
fail-fast: false
224224
matrix:
225225
include:
226-
- { name: 'Basic', suite: 'vtr_reg_basic' }
226+
- {
227+
name: 'Basic',
228+
params: '-DODIN_USE_YOSYS=ON',
229+
suite: 'vtr_reg_basic'
230+
}
227231
#- { name: 'Strong', suite: 'vtr_reg_strong' } # SKIP Too long to run on GitHub Actions (max 6h)
228232
name: 'S: ${{ matrix.name }}'
229233
steps:

0 commit comments

Comments
 (0)