mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 17:38:17 +02:00
New example_synth code
`example_synth.rst` updated down to coarse-grain representation.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
PROGRAM_PREFIX :=
|
||||
|
||||
YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
|
||||
|
||||
DOTS = control_hier.dot control_proc.dot
|
||||
DOTS += example_hier.dot
|
||||
|
||||
dots: $(DOTS) example.out
|
||||
|
||||
$(DOTS) example.out: example.v example.ys
|
||||
$(YOSYS) example.ys -l example.out -Q
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f *.dot
|
||||
Reference in New Issue
Block a user