2021-07-24 01:32:47 +08:00
|
|
|
CHIPNAME=fpga_icebreaker
|
|
|
|
DOTF=../fpga/fpga_icebreaker.f
|
|
|
|
SYNTH_OPT=-dsp
|
2021-07-24 06:08:23 +08:00
|
|
|
PNR_OPT=--timing-allow-fail
|
|
|
|
|
2021-07-24 01:32:47 +08:00
|
|
|
|
|
|
|
DEVICE=up5k
|
|
|
|
PACKAGE=sg48
|
|
|
|
|
|
|
|
include $(SCRIPTS)/synth_ice40.mk
|
|
|
|
|
|
|
|
prog: bit
|
|
|
|
iceprog $(CHIPNAME).bin
|