Makefile: Define ICEPACK

This is necessary for creating bitstreams.

Fixes: 5cf02e9 ("Support building actual bitstreams")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
Sean Anderson 2023-02-20 22:39:43 -05:00
parent 165b60b7b2
commit c5fc850587
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Q = 1
SYNTH = yosys
PNR = nextpnr-ice40
ICARUS = iverilog
ICEPACK = icepack
VVP = vvp
.DELETE_ON_ERROR: