From dfec1524225ad39335179c77396d6765fd74ec14 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 19 Feb 2013 13:27:43 +0100 Subject: [PATCH] Build FPG file --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6aa2408c..f97f84bf1 100644 --- a/Makefile +++ b/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