From c5fc850587b2ecfe06946118b14190b621e1cfc1 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Mon, 20 Feb 2023 22:39:43 -0500 Subject: [PATCH] Makefile: Define ICEPACK This is necessary for creating bitstreams. Fixes: 5cf02e9 ("Support building actual bitstreams") Signed-off-by: Sean Anderson --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2556421..42891bd 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ Q = 1 SYNTH = yosys PNR = nextpnr-ice40 ICARUS = iverilog +ICEPACK = icepack VVP = vvp .DELETE_ON_ERROR: