File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ ifeq ($(_ELABORATOR), ODIN)
118
118
&& ./verify_odin.sh --no_report -j $(NB_OF_PROCESS) \
119
119
-t regression_test/benchmark/suite/light_suite \
120
120
-t regression_test/benchmark/suite/vtr_light_suite; \
121
- && $(MAKE) build \
121
+ $(MAKE) build \
122
122
&& ./verify_odin.sh --no_report --continue -j $(NB_OF_PROCESS) \
123
123
-t regression_test/benchmark/suite/heavy_suite; \
124
124
./verify_odin.sh --status_only
125
125
else ifeq ($(_ELABORATOR), YOSYS)
126
126
$(MAKE) sanitize ELABORATOR=YOSYS \
127
127
&& ./verify_odin.sh --no_report -j $(NB_OF_PROCESS) \
128
128
-t regression_test/benchmark/suite/yosys+odin/techmap_lightsuite; \
129
- && $(MAKE) build ELABORATOR=YOSYS \
129
+ $(MAKE) build ELABORATOR=YOSYS \
130
130
&& ./verify_odin.sh --no_report --continue -j $(NB_OF_PROCESS) \
131
131
-t regression_test/benchmark/suite/yosys+odin/techmap_heavysuite; \
132
132
./verify_odin.sh --status_only
You can’t perform that action at this time.
0 commit comments