X-Git-Url: http://git.rot13.org/?p=trilby-hat-fpga;a=blobdiff_plain;f=Makefile;h=34477b7e380e0af8c897ca979c8f31784af6aec3;hp=0dee4e6d2d2a332dfbcb6d987b4c48626d374171;hb=166b4b42c80b49fed7008077b9fd217fd0711e3f;hpb=581839170af0aeffd0334b3eb19334b05f2e1013 diff --git a/Makefile b/Makefile index 0dee4e6..34477b7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ PROJ:=led +PROJ=i2c TRELLIS?=/usr/share/trellis all: ${PROJ}.bit @@ -10,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