3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-28 05:58:57 +00:00
This commit is contained in:
Clifford Wolf 2016-09-23 13:42:08 +02:00
commit 6300c0b3c2
14 changed files with 175 additions and 24 deletions

View file

@ -1,8 +1,13 @@
EXTRA_FLAGS=
SEED=
ifneq ($(strip $(SEED)),)
SEEDOPT=-S$(SEED)
endif
$(MAKECMDGOALS):
@$(basename $(MAKEFILE_LIST)).sh -G -j $(EXTRA_FLAGS) $@
@$(basename $(MAKEFILE_LIST)).sh -G -j $(SEEDOPT) $(EXTRA_FLAGS) $@
.PHONY: $(MAKECMDGOALS)