Add diagrams and pictures
[clump.git] / Makefile
index 1b88b5cc067ba581b9a065663003807172feb444..9bb348ba0ce29595b96b55a16c1a62f0694c1f2c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ worker.blif: worker.v
        tools/yosys/yosys -p 'synth_ice40 -top worker -blif $@' $<
 
 %.asc: %.pcf %.blif
-       tools/arachne-pnr/bin/arachne-pnr -d $(subst hx,,$(subst lp,,$(DEVICE))) -o $@ -p $^ -P tq144
+       tools/arachne-pnr/bin/arachne-pnr -d $(subst hx,,$(subst lp,,$(DEVICE))) -o $@ -p $^ -P tq144 -s 4
 
 %.bin: %.asc
        tools/icestorm/icepack/icepack $< $@
This page took 0.009681 seconds and 4 git commands to generate.