From 8210db1aa577d94668ce21d1a630efc39f8506ed Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Mon, 18 Jan 2021 17:48:05 +0100 Subject: [PATCH] minitest: litex: litesata: add make target to get litex Signed-off-by: Alessandro Comodi --- minitests/litex/nexys_video_sata/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/minitests/litex/nexys_video_sata/Makefile b/minitests/litex/nexys_video_sata/Makefile index 54d7f575..a4de56fb 100644 --- a/minitests/litex/nexys_video_sata/Makefile +++ b/minitests/litex/nexys_video_sata/Makefile @@ -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