litex_setup: Use fixed version of opentitan for ibex CPU. (ibex has evolved since initial support).

This commit is contained in:
Florent Kermarrec 2021-08-13 16:27:50 +02:00
parent 20e910b836
commit 78c1751c47
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,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, None)),
("pythondata-misc-opentitan", ("https://github.com/litex-hub/", False, True, 0xe43566c)),
("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)),