docs: Fix synth_flow generation

This commit is contained in:
Krystine Sherwin 2024-08-19 21:25:51 +12:00
parent 8773cf7721
commit 6df0c3d9ec
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
TARGETS += proc_01 proc_02 proc_03 DOT_TARGETS += proc_01 proc_02 proc_03
TARGETS += memory_01 memory_02 DOT_TARGETS += memory_01 memory_02
TARGETS += techmap_01 DOT_TARGETS += techmap_01
PROGRAM_PREFIX := PROGRAM_PREFIX :=
YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys
DOTS = $(addsuffix .dot,$(TARGETS)) DOTS = $(addsuffix .dot,$(DOT_TARGETS))
.PHONY: all dots .PHONY: all dots
all: dots all: dots