litex_setup: Bump pythondata-misc-opentitan (and update Get SHA1 command).
This commit is contained in:
parent
b9545c2276
commit
8945d74aa3
|
@ -16,7 +16,7 @@ if os.path.exists(".gitignore"):
|
||||||
|
|
||||||
# Repositories -------------------------------------------------------------------------------------
|
# Repositories -------------------------------------------------------------------------------------
|
||||||
|
|
||||||
# Get SHA1: git rev-parse HEAD
|
# Get SHA1: git rev-parse --short=7 HEAD
|
||||||
|
|
||||||
# Name, (URL, Recursive clone, Develop, SHA1)
|
# Name, (URL, Recursive clone, Develop, SHA1)
|
||||||
repos = [
|
repos = [
|
||||||
|
@ -47,7 +47,7 @@ repos = [
|
||||||
|
|
||||||
# Optional LiteX data
|
# Optional LiteX data
|
||||||
("pythondata-misc-tapcfg", ("https://github.com/litex-hub/", False, True, None)),
|
("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-misc-usb_ohci", ("https://github.com/litex-hub/", False, True, None)),
|
||||||
("pythondata-cpu-lm32", ("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)),
|
("pythondata-cpu-mor1kx", ("https://github.com/litex-hub/", False, True, None)),
|
||||||
|
|
Loading…
Reference in New Issue