Merge pull request #1050 from antmicro/fix-litex_setup_url

Revert litex_setup_url change
This commit is contained in:
enjoy-digital 2021-09-28 14:28:29 +02:00 committed by GitHub
commit 99d8bbc3bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ if len(sys.argv) < 2:
# Check/Update litex_setup.py # Check/Update litex_setup.py
litex_setup_url = "https://raw.githubusercontent.com/antmicro/litex/libbase-replacement/litex_setup.py" litex_setup_url = "https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py"
current_sha1 = hashlib.sha1(open(os.path.realpath(__file__)).read().encode("utf-8")).hexdigest() current_sha1 = hashlib.sha1(open(os.path.realpath(__file__)).read().encode("utf-8")).hexdigest()
print("[checking litex_setup.py]...") print("[checking litex_setup.py]...")
try: try: