mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-02 01:49:04 +00:00
Convert memories tests
This commit is contained in:
parent
77147fb0db
commit
92bdccf2be
5 changed files with 65 additions and 101 deletions
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# Don't bother defining default values for SEED and EXTRA_FLAGS.
|
||||
# Their "natural" default values should be sufficient,
|
||||
# and they may be overridden in the environment.
|
||||
ifneq ($(strip $(SEED)),)
|
||||
SEEDOPT=-S$(SEED)
|
||||
endif
|
||||
|
||||
$(MAKECMDGOALS):
|
||||
@$(basename $(MAKEFILE_LIST)).sh -G -j $(SEEDOPT) $(EXTRA_FLAGS) $@
|
||||
|
||||
.PHONY: $(MAKECMDGOALS)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue