From cf4de9e83459dd4cdda890bedd5407ce7d4bfab9 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 30 Dec 2021 16:23:47 +0100 Subject: [PATCH] add --compress to ecppack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4da60c3..ff82a9d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: ${PROJ}.bit nextpnr-ecp5 --json $< --textcfg $@ --45k --package CABGA381 --lpf trilby.lpf %.bit: %_out.config - ecppack --svf ${PROJ}.svf $< $@ + ecppack --compress --svf ${PROJ}.svf $< $@ ${PROJ}.svf : ${PROJ}.bit -- 2.20.1