3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-02 01:49:04 +00:00

Convert memories tests

This commit is contained in:
Miodrag Milanovic 2026-03-18 08:46:58 +01:00
parent 77147fb0db
commit 92bdccf2be
5 changed files with 65 additions and 101 deletions

View file

@ -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)