Build FPG file
This commit is contained in:
parent
3f22930b1f
commit
dfec152422
6
Makefile
6
Makefile
|
@ -1,8 +1,12 @@
|
||||||
all: build/top.bit
|
all: build/top.bit build/top.fpg
|
||||||
|
|
||||||
build/top.bit build/top.bin:
|
build/top.bit build/top.bin:
|
||||||
./build.py
|
./build.py
|
||||||
|
|
||||||
|
build/top.fpg: build/top.bin
|
||||||
|
make -C tools
|
||||||
|
tools/byteswap $< $@
|
||||||
|
|
||||||
load: build/top.bit
|
load: build/top.bit
|
||||||
jtag -n load.jtag
|
jtag -n load.jtag
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue