Skip to content

Commit

Permalink
docs: Fix synth_flow generation
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Aug 19, 2024
1 parent 8773cf7 commit 6df0c3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/code_examples/synth_flow/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

TARGETS += proc_01 proc_02 proc_03
TARGETS += memory_01 memory_02
TARGETS += techmap_01
DOT_TARGETS += proc_01 proc_02 proc_03
DOT_TARGETS += memory_01 memory_02
DOT_TARGETS += techmap_01

PROGRAM_PREFIX :=

YOSYS ?= ../../../../$(PROGRAM_PREFIX)yosys

DOTS = $(addsuffix .dot,$(TARGETS))
DOTS = $(addsuffix .dot,$(DOT_TARGETS))

.PHONY: all dots
all: dots
Expand Down

0 comments on commit 6df0c3d

Please sign in to comment.