3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-26 18:45:34 +00:00

docs: Makefile tidying

examples and dots are now orthogonal.
This commit is contained in:
Krystine Sherwin 2024-10-07 21:56:23 +13:00
parent 2e1181a092
commit 468a019c30
No known key found for this signature in database
12 changed files with 35 additions and 22 deletions

View file

@ -11,9 +11,10 @@ MEMDEMO_DOTS := $(addsuffix .dot,$(MEMDEMO))
SUBMOD = submod_00 submod_01 submod_02 submod_03
SUBMOD_DOTS := $(addsuffix .dot,$(SUBMOD))
.PHONY: all dots
all: dots
.PHONY: all dots examples
all: dots examples
dots: select.dot $(SUMPROD_DOTS) $(MEMDEMO_DOTS) $(SUBMOD_DOTS)
examples:
select.dot: select.v select.ys
$(YOSYS) select.ys