mirror of https://github.com/openXC7/prjxray.git
minitest: litex: litesata: add make target to get litex
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
57a7da706c
commit
8210db1aa5
|
|
@ -30,7 +30,11 @@ help:
|
|||
$(YOSYS):
|
||||
cd $(XRAY_DIR)/third_party/yosys && make config-gcc && make -j$(shell nproc)
|
||||
|
||||
build.ok:
|
||||
litex-install.ok:
|
||||
pip install -r requirements.txt
|
||||
touch litex-install.ok
|
||||
|
||||
build/build.ok: litex-install.ok
|
||||
./src/litex-boards/litex_boards/targets/nexys_video.py --with-sata --integrated-rom-size 0x10000
|
||||
touch build/build.ok
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue