From: Sebastien Bourdeauducq Date: Sat, 16 Feb 2013 23:12:15 +0000 (+0100) Subject: Makefile: correct bitstream filename X-Git-Tag: 24jan2021_ls180~3047 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b135d87ca2dc1d78c73f9facabb6dd5d166441e4;p=litex.git Makefile: correct bitstream filename --- diff --git a/Makefile b/Makefile index 26cfad84..a6aa2408 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -all: build/soc.bit +all: build/top.bit -build/soc.bit build/soc.bin: +build/top.bit build/top.bin: ./build.py -load: build/soc.bit +load: build/top.bit jtag -n load.jtag clean: