This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chip.bin: chip.v blink.v upduino_v2.pcf | |
yosys -q -p "synth_ice40 -blif chip.blif" chip.v blink.v correction_lut.v | |
arachne-pnr -d 5k -P sg48 -p upduino_v2.pcf chip.blif -o chip.txt | |
icepack chip.txt chip.bin | |
.PHONY: flash | |
flash: | |
iceprog chip.bin | |
.PHONY: clean |
NewerOlder