From: Dobrica Pavlinusic Date: Thu, 30 Dec 2021 15:23:47 +0000 (+0100) Subject: add --compress to ecppack X-Git-Url: http://git.rot13.org/?p=trilby-hat-fpga;a=commitdiff_plain;h=cf4de9e83459dd4cdda890bedd5407ce7d4bfab9 add --compress to ecppack --- 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