Skip to content

Commit dfec152

Browse files
author
Sebastien Bourdeauducq
committedFeb 19, 2013
Build FPG file
1 parent 3f22930 commit dfec152

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
all: build/top.bit
1+
all: build/top.bit build/top.fpg
22

33
build/top.bit build/top.bin:
44
./build.py
55

6+
build/top.fpg: build/top.bin
7+
make -C tools
8+
tools/byteswap $< $@
9+
610
load: build/top.bit
711
jtag -n load.jtag
812

0 commit comments

Comments
 (0)
Please sign in to comment.