add --compress to ecppack
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 30 Dec 2021 15:23:47 +0000 (16:23 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 30 Dec 2021 15:23:47 +0000 (16:23 +0100)
Makefile

index 4da60c3..ff82a9d 100644 (file)
--- 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