Build FPG file

This commit is contained in:
Sebastien Bourdeauducq 2013-02-19 13:27:43 +01:00
parent 3f22930b1f
commit dfec152422
1 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,12 @@
all: build/top.bit
all: build/top.bit build/top.fpg
build/top.bit build/top.bin:
./build.py
build/top.fpg: build/top.bin
make -C tools
tools/byteswap $< $@
load: build/top.bit
jtag -n load.jtag