diff --git a/Makefile b/Makefile index 0f130b7..714276f 100644 --- a/Makefile +++ b/Makefile @@ -63,8 +63,10 @@ endef %.post.fst: rtl/%.post.vvp tb/%.py FORCE $(run-vvp) +MODULES := pcs pmd + .PHONY: test -test: $(addsuffix .fst,pcs pmd) $(addsuffix .post.fst,pcs pmd) +test: $(addsuffix .fst,$(MODULES)) $(addsuffix .post.fst,$(MODULES)) .PHONY: clean clean: