File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-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
{
@@ -238,7 +238,7 @@ jobs:
238
238
239
239
- name : Test
240
240
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 '
242
242
BUILD_TYPE : debug
243
243
LSAN_OPTIONS : ' exitcode=42' # Use a non-standard exit code to ensure LSAN errors are detected
244
244
run : |
You can’t perform that action at this time.
0 commit comments