From e7087eb7db830fd9d1029dd71169ccaae04c7260 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Sat, 4 Jun 2022 21:19:37 +0200 Subject: [PATCH] makefile: switch to nextpnr toolchain --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a612fe..ca0295a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .SECONDARY: -SYNTH_TOOLCHAIN ?= symbiflow +SYNTH_TOOLCHAIN ?= nextpnr WORKDIR = work GHDL_WORKDIR = $(WORKDIR)/ghdl