12 lines
171 B
Makefile
12 lines
171 B
Makefile
|
CHIPNAME=fpga_icebreaker
|
||
|
DOTF=../fpga/fpga_icebreaker.f
|
||
|
SYNTH_OPT=-retime
|
||
|
|
||
|
DEVICE=up5k
|
||
|
PACKAGE=sg48
|
||
|
|
||
|
include $(SCRIPTS)/synth_ice40.mk
|
||
|
|
||
|
prog: bit
|
||
|
iceprog $(CHIPNAME).bin
|