mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
litex_setup: Use fixed version of opentitan for ibex CPU. (ibex has evolved since initial support).
This commit is contained in:
parent
20e910b836
commit
78c1751c47
1 changed files with 1 additions and 1 deletions
|
@ -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)),
|
||||
|
|
Loading…
Reference in a new issue