summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Cross <sean@xobs.io>2019-10-23 00:05:09 +0800
committerSean Cross <sean@xobs.io>2019-10-23 00:05:09 +0800
commit3a96d67339e2671d008f8d86d279f36030e7e313 (patch)
tree71ffbb1118785bc50bffb84b1509a35866f8d48e
parent79283a95622a0f4a4f56712c58de58935a2a437e (diff)
litex: enable git updating for workshop and workshop_rgb
Having `skip-git` is useful for workshops, where we might not have good Internet access. However, it's better to keep it enabled for general use. Signed-off-by: Sean Cross <sean@xobs.io>
-rwxr-xr-xlitex/workshop.py2
-rwxr-xr-xlitex/workshop_rgb.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/litex/workshop.py b/litex/workshop.py
index a6aaf10..9e08fbc 100755
--- 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", "yosys", "nextpnr-ice40"]
-LX_CONFIG = "skip-git"
+#LX_CONFIG = "skip-git" # This can be useful for workshops
# Import lxbuildenv to integrate the deps/ directory
import os,os.path,shutil,sys,subprocess
diff --git a/litex/workshop_rgb.py b/litex/workshop_rgb.py
index eb199ea..ff2617d 100755
--- 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", "yosys", "nextpnr-ice40"]
-LX_CONFIG = "skip-git"
+#LX_CONFIG = "skip-git" # This can be useful for workshops
# Import lxbuildenv to integrate the deps/ directory
import os,os.path,shutil,sys,subprocess