File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -160,12 +160,12 @@ jobs:
160
160
},
161
161
{
162
162
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 ' ,
164
164
suite : ' vtr_reg_basic'
165
165
},
166
166
{
167
167
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 ' ,
169
169
suite : ' vtr_reg_basic'
170
170
},
171
171
{
@@ -223,7 +223,11 @@ jobs:
223
223
fail-fast : false
224
224
matrix :
225
225
include :
226
- - { name: 'Basic', suite: 'vtr_reg_basic' }
226
+ - {
227
+ name : ' Basic' ,
228
+ params : ' -DODIN_USE_YOSYS=ON' ,
229
+ suite : ' vtr_reg_basic'
230
+ }
227
231
# - { name: 'Strong', suite: 'vtr_reg_strong' } # SKIP Too long to run on GitHub Actions (max 6h)
228
232
name : ' S: ${{ matrix.name }}'
229
233
steps :
You can’t perform that action at this time.
0 commit comments