Skip to content

Commit

Permalink
Build FPG file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Feb 19, 2013
1 parent 3f22930 commit dfec152
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
@@ -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

Expand Down

0 comments on commit dfec152

Please sign in to comment.