summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 30b70a8..63a0469 100644
--- a/Makefile
+++ b/Makefile
@@ -22,11 +22,11 @@ YOSYS_ICE40_SIM_LIB = $(shell yosys-config --datdir/ice40/cells_sim.v)
.PRECIOUS: system_fpga_%.int
-system_fpga_%.tmg: system_fpga_%.int
+system_fpga_%.tmg: system_fpga_%.int system_fpga.pcf
echo "Total path delay: inf ns (0.0 MHz)" > $@
-icetime -tmd hx1k -p system_fpga.pcf -P vq100 $< > $@ 2>&1
-system_fpga_%.int: system_fpga.blif
+system_fpga_%.int: system_fpga.blif system_fpga.pcf
echo "" > $@
-arachne-pnr -s $* -d 1k -P vq100 -m $(MAX_FPGA_ROUTE_PASSES) -p system_fpga.pcf $< -o $@
OpenPOWER on IntegriCloud