Makefile: correct bitstream filename
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Sat, 16 Feb 2013 23:12:15 +0000 (00:12 +0100)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Sat, 16 Feb 2013 23:12:15 +0000 (00:12 +0100)
Makefile

index 26cfad84d505275f5ea17b47cdd961481679f584..a6aa2408c5df9389a265771148a20f4348dee765 100644 (file)
--- 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: