mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Makefile: correct bitstream filename
This commit is contained in:
parent
20003f0ada
commit
b135d87ca2
1 changed files with 3 additions and 3 deletions
6
Makefile
6
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:
|
||||
|
|
Loading…
Reference in a new issue