mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
see also previous commit Also updates `scripting_intro.rst` to use literal includes, and uses individual image outputs to avoid the intermediary `.tex` file to join them all.
9 lines
192 B
Makefile
9 lines
192 B
Makefile
PROGRAM_PREFIX :=
|
|
|
|
YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
|
|
|
|
dots: scrambler_p01.dot scrambler_p02.dot
|
|
|
|
scrambler_p01.dot scrambler_p02.dot: scrambler.ys scrambler.v
|
|
$(YOSYS) scrambler.ys
|