diff --git a/litex/workshop.py b/litex/workshop.py index 41463c4..6b5d05b 100644 --- a/litex/workshop.py +++ b/litex/workshop.py @@ -4,7 +4,7 @@ # the build will finish without exiting due to missing third-party # programs. LX_DEPENDENCIES = ["icestorm"] -LX_CONFIG = "skip-git" +#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 adfed70..5608b25 100644 --- a/litex/workshop_rgb.py +++ b/litex/workshop_rgb.py @@ -4,7 +4,7 @@ # the build will finish without exiting due to missing third-party # programs. LX_DEPENDENCIES = ["icestorm"] -LX_CONFIG = "skip-git" +#LX_CONFIG = "skip-git" # Import lxbuildenv to integrate the deps/ directory import os,sys