From f5eb93ff9d3accaeb78db84f17853d3ae637027f Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Mon, 12 Oct 2015 21:45:09 -0700 Subject: Add a missing dependency --- scripts/icestorm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/icestorm') diff --git a/scripts/icestorm/Makefile b/scripts/icestorm/Makefile index bd20a41..be7c4f7 100644 --- a/scripts/icestorm/Makefile +++ b/scripts/icestorm/Makefile @@ -15,8 +15,8 @@ firmware.bin: firmware.elf firmware.hex: firmware.bin python3 ../../firmware/makehex.py firmware.bin 128 > firmware.hex -synth.blif: example.v firmware.hex - yosys -v3 -l synth.log -p 'synth_ice40 -top top -blif synth.blif; write_verilog -attr2comment synth.v' ../../picorv32.v example.v +synth.blif: example.v ../../picorv32.v firmware.hex + yosys -v3 -l synth.log -p 'synth_ice40 -top top -blif $@; write_verilog -attr2comment synth.v' $(filter %.v, $^) example.txt: synth.blif arachne-pnr -d 8k -o example.txt -p example.pcf synth.blif -- cgit