Add a missing dependency

This commit is contained in:
Larry Doolittle 2015-10-12 21:45:09 -07:00 committed by Clifford Wolf
parent b5b1816101
commit f5eb93ff9d
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ firmware.bin: firmware.elf
firmware.hex: firmware.bin firmware.hex: firmware.bin
python3 ../../firmware/makehex.py firmware.bin 128 > firmware.hex python3 ../../firmware/makehex.py firmware.bin 128 > firmware.hex
synth.blif: example.v firmware.hex synth.blif: example.v ../../picorv32.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 yosys -v3 -l synth.log -p 'synth_ice40 -top top -blif $@; write_verilog -attr2comment synth.v' $(filter %.v, $^)
example.txt: synth.blif example.txt: synth.blif
arachne-pnr -d 8k -o example.txt -p example.pcf synth.blif arachne-pnr -d 8k -o example.txt -p example.pcf synth.blif