From f7825ddbf1c2565f5a9dd0e427fc17fe70527fb6 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Mon, 19 Aug 2019 18:19:27 +0800 Subject: [PATCH] litex: specify all required dependencies Signed-off-by: Sean Cross --- litex/workshop.py | 4 ++-- litex/workshop_rgb.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/litex/workshop.py b/litex/workshop.py index 6b5d05b..1e1a20e 100644 --- a/litex/workshop.py +++ b/litex/workshop.py @@ -3,8 +3,8 @@ # relies on. lxbuildenv reads this variable in order to ensure # the build will finish without exiting due to missing third-party # programs. -LX_DEPENDENCIES = ["icestorm"] -#LX_CONFIG = "skip-git" +LX_DEPENDENCIES = ["icestorm", "yosys", "nextpnr-ice40"] +LX_CONFIG = "skip-git" # Import lxbuildenv to integrate the deps/ directory import os,sys diff --git a/litex/workshop_rgb.py b/litex/workshop_rgb.py index 5608b25..e46aa11 100644 --- a/litex/workshop_rgb.py +++ b/litex/workshop_rgb.py @@ -3,8 +3,8 @@ # relies on. lxbuildenv reads this variable in order to ensure # the build will finish without exiting due to missing third-party # programs. -LX_DEPENDENCIES = ["icestorm"] -#LX_CONFIG = "skip-git" +LX_DEPENDENCIES = ["icestorm", "yosys", "nextpnr-ice40"] +LX_CONFIG = "skip-git" # Import lxbuildenv to integrate the deps/ directory import os,sys