3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-29 13:26:31 +00:00
yosys/docs/source/code_examples/scrambler/Makefile
Miodrag Milanovic 88daedb657 Update CI scripts for CMake
Co-authored-by: Catherine <whitequark@whitequark.org>
2026-05-28 07:52:31 +00:00

13 lines
264 B
Makefile

include ../../../common.mk
.PHONY: all dots examples
all: dots examples
dots: scrambler_p01.dot scrambler_p02.dot
examples:
scrambler_p01.dot scrambler_p02.dot: scrambler.ys scrambler.v
@$(YOSYS) scrambler.ys >/dev/null 2>&1
.PHONY: clean
clean:
@rm -f *.dot