From: Sebastien Bourdeauducq Date: Tue, 19 Feb 2013 12:27:43 +0000 (+0100) Subject: Build FPG file X-Git-Tag: 24jan2021_ls180~3043 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfec1524225ad39335179c77396d6765fd74ec14;p=litex.git Build FPG file --- diff --git a/Makefile b/Makefile index a6aa2408..f97f84bf 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