better describe LTC2226CUH 12 bits
[trilby-hat-fpga] / Makefile
index 0dee4e6..34477b7 100644 (file)
--- 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