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