Skip to content

Commit 9fd351e

Browse files
authored
Merge pull request #1969 from CAS-Atlantic/ODIN_Makefile_fix
Fixed small syntax errors in ODIN's Makefile test target.
2 parents dace534 + dbafec6 commit 9fd351e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ODIN_II/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ ifeq ($(_ELABORATOR), ODIN)
118118
&& ./verify_odin.sh --no_report -j $(NB_OF_PROCESS) \
119119
-t regression_test/benchmark/suite/light_suite \
120120
-t regression_test/benchmark/suite/vtr_light_suite; \
121-
&& $(MAKE) build \
121+
$(MAKE) build \
122122
&& ./verify_odin.sh --no_report --continue -j $(NB_OF_PROCESS) \
123123
-t regression_test/benchmark/suite/heavy_suite; \
124124
./verify_odin.sh --status_only
125125
else ifeq ($(_ELABORATOR), YOSYS)
126126
$(MAKE) sanitize ELABORATOR=YOSYS \
127127
&& ./verify_odin.sh --no_report -j $(NB_OF_PROCESS) \
128128
-t regression_test/benchmark/suite/yosys+odin/techmap_lightsuite; \
129-
&& $(MAKE) build ELABORATOR=YOSYS \
129+
$(MAKE) build ELABORATOR=YOSYS \
130130
&& ./verify_odin.sh --no_report --continue -j $(NB_OF_PROCESS) \
131131
-t regression_test/benchmark/suite/yosys+odin/techmap_heavysuite; \
132132
./verify_odin.sh --status_only

0 commit comments

Comments
 (0)