litex_setup: Bump pythondata-misc-opentitan (and update Get SHA1 command).

This commit is contained in:
Florent Kermarrec 2021-10-19 15:47:24 +02:00
parent b9545c2276
commit 8945d74aa3
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ if os.path.exists(".gitignore"):
# Repositories -------------------------------------------------------------------------------------
# Get SHA1: git rev-parse HEAD
# Get SHA1: git rev-parse --short=7 HEAD
# Name, (URL, Recursive clone, Develop, SHA1)
repos = [
@ -47,7 +47,7 @@ repos = [
# Optional LiteX data
("pythondata-misc-tapcfg", ("https://github.com/litex-hub/", False, True, None)),
("pythondata-misc-opentitan", ("https://github.com/litex-hub/", False, True, 0xe43566c)),
("pythondata-misc-opentitan", ("https://github.com/litex-hub/", False, True, 0x52a03cb)),
("pythondata-misc-usb_ohci", ("https://github.com/litex-hub/", False, True, None)),
("pythondata-cpu-lm32", ("https://github.com/litex-hub/", False, True, None)),
("pythondata-cpu-mor1kx", ("https://github.com/litex-hub/", False, True, None)),