3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 22:23:23 +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

@ -2,9 +2,10 @@ PROGRAM_PREFIX :=
YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
.PHONY: all dots
all: dots
.PHONY: all dots examples
all: dots examples
dots: red_or3x1.dot sym_mul.dot mymul.dot mulshift.dot addshift.dot
examples:
red_or3x1.dot: red_or3x1_*
$(YOSYS) red_or3x1_test.ys